Topic: Problem with htaccess and environment variable
Hi,
I am completely new to this, so I hope i can find help here.
I just downloaded and install the latest version of FA. It looks very promising.
The installation went smoothly.
After that i could not get it started. Turned out to be the .htaccess file was in the way.
After trial and error it was the line of the -indexes that needed to be removed.
However the first time login still gave invalid user or password.
I found out that i have to check the errorlog and that gave the message
[17-Sep-2012 12:58:26 UTC] ::gettext.php:71: putenv(): Warning: Cannot set environment variable 'LANG' - it's not in the allowed list (setting: safe_mode_allowed_env_vars)
[17-Sep-2012 12:58:26 UTC] ::gettext.php:72: putenv(): Warning: Cannot set environment variable 'LC_ALL' - it's not in the allowed list (setting: safe_mode_allowed_env_vars)
[17-Sep-2012 12:58:26 UTC] ::gettext.php:73: putenv(): Warning: Cannot set environment variable 'LANGUAGE' - it's not in the allowed list (setting: safe_mode_allowed_env_vars)
Looked everywhere but do not know how to solve this.
Mark