Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
FS#737 - No Login Page since 3.0.1.2
Attached to Project:
ISPConfig 3
Opened by Andreas Ender (aender) - Monday, 25 May 2009, 05:55 GMT
Last edited by Till (Till) - Tuesday, 26 May 2009, 12:15 GMT
Opened by Andreas Ender (aender) - Monday, 25 May 2009, 05:55 GMT
Last edited by Till (Till) - Tuesday, 26 May 2009, 12:15 GMT
|
DetailsSince the update from 3.0.1.1 to 3.0.1.2 i can´t login anymore.
Look here: http://iphonefix.at:8080/ |
This task depends upon
maybe check if the include file is available?
Error: loadInitContent is not defined
Source File: http://iphonefix.at:8080/
Line: 1
and
Error: invalid flag after regular expression
Source File: http://iphonefix.at:8080/js/scrigo.js.php
Line: 2, Column: 11
Source Code:
<b>Warning</b>: include_once(/usr/local/ispconfig/interface/web/strengthmeter/lib/lang/{language}_strengthmeter.lng) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/usr/local/ispconfig/
Found the problem and do a workaround.
I changed the line 4 in scrigo.js.php from:
include_once(ISPC_ROOT_PATH.'/web/strengthmeter/lib/lang/'.$_SESSION['s']['language'].'_strengthmeter.lng');
to:
include_once(ISPC_ROOT_PATH.'/web/strengthmeter/lib/lang/de_strengthmeter.lng');
Now it works.
Maybe there is an error in typo?
I updated my installation with the ispconfig_update.sh script to the latest stable.
Same issue. Blank login page
Also i tested to update with the script to the latest svn.
Same issue. Blank login page.
So where is the correct working version? Please help me.
I saw that you set the priority to low. In my opinion a blank login screen is not "low"...
/usr/local/ispconfig/interface/lib/config.lib.php
/usr/local/ispconfig/server/lib/config.lib.php
and make sure that the line:
$conf["language"] = 'en';
contains your locale e.g. en and not a placeholder like:
$conf["language"] = '{language}';