I've got this file, translated into Italian.
It work well on one site, copied into another it I got this error:
syntax error, unexpected T_VARIABLE
Checked I found no syntax error, different lines ecc...
Can some one give an advice?
Thank you,
Rickyx
___________________________________________
ps. of course, if you get the error, manager will be non available to change language again.
You have to open manager/index.php, comment line 151
//include_once("includes/lang/".$manager_language.".inc.php");and insert this insteadinclude_once("lang/english.inc.php");and accesscontrol.inc.php, comment line 21
//include_once("lang/".$manager_language.".inc.php");and insert this insteadinclude_once("lang/english.inc.php");It will load the manager with english language, that you can reset language and then change back the file in the original version.











