GetSimple Support Forum

Full Version: Bug in Language File OR Function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After changing the language to de_DE in setup everything works BUT as soon as you log out, you can not log in anymore. Resetting the pwd obivously works (you receive the new pwd as email) but again login with the new pwd does not work out.

I do no know wheter there is a BIG in the language file or in V2.0 handling other languages then en_US while logging in...
Is there a debug.xml file in /data/other/ ?

if you replace your lang file with en_us.php does the login then work?
ccagle8 Wrote:Is there a debug.xml file in /data/other/ ?

no, but after activating the debug plugin I received a good hint:
"Headers were sent out already" error message
-> in the german language file there are 2 linebreaks behind ?>
-> deleting those linebreaks solved the issue
-> I attached the updated german language file in my original language file post

ccagle8 Wrote:if you replace your lang file with en_us.php does the login then work?
yes - would solve, but no need to try this anymore ;-)