include.inc.php is generating an error when a open_basedir restriction is active on htdocs:
"aLang Error: Language File for de doesn't exist! (/lang/de.ini not found)"
Please fix this, a temporary fix is adding /lang/ to the open_basedir, but that's not the best solution.
Edit: solution isn't working either, the only way to make this work is creating /lang/de.ini, but that is an ugly solution.
Edit: this occurs when no connection to MySQL can be established.
Edit: This is always reproduceble.
Edit: the problem is caused by an incorrect constant PATH, used in aLang.class.php (defined on line 6 in include.inc.php)
See my next post for more information.
"aLang Error: Language File for de doesn't exist! (/lang/de.ini not found)"
Please fix this, a temporary fix is adding /lang/ to the open_basedir, but that's not the best solution.
Edit: solution isn't working either, the only way to make this work is creating /lang/de.ini, but that is an ugly solution.
Edit: this occurs when no connection to MySQL can be established.
Edit: This is always reproduceble.
Edit: the problem is caused by an incorrect constant PATH, used in aLang.class.php (defined on line 6 in include.inc.php)
See my next post for more information.
Found my post helpful? Rate me
Project: creating a compact and easy to setup DSLan (Linux) (Windoze is in development)