[Gambas-bugtracker] Bug #1507: Web Form Application Error - not starting
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Jan 14 11:19:45 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1507&from=L21haW4-
Comment #10 by Benoît MINISINI:
SmallWiki does not use the 'gb.web.form' component, so running it won't tell you anything about the problem.
...which is that 'gb.web.form' starts by setting the System.Language property to what it is stored in the "HTTP_ACCEPT_LANGUAGE" header of the HTTP request.
Which apparently, in your browser, is set to 'de' ('gb.web.form' adding the '.UTF-8' part). But apparently it's 'de_DE.UTF-8' that works, not 'de.UTF-8'.
More information about the Bugtracker
mailing list