ISPConfig 3

Welcome to the bugtracker of the ISPConfig project. This bugtracker is for ISPConfig 3.x only.
Tasklist

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
Task Type Bug Report
Category Frontend
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version 3.0.1.2
Due in Version 3.0.1.3
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Since 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

Closed by  Till (Till)
Tuesday, 26 May 2009, 12:15 GMT
Reason for closing:  Fixed
Comment by Raymond Marx (rayit) - Monday, 25 May 2009, 11:06 GMT
In the error console of firefox:
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/
Comment by Andreas Ender (aender) - Monday, 25 May 2009, 13:05 GMT
OK.

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?
Comment by Till (Till) - Monday, 25 May 2009, 13:48 GMT
Looks as if you did not used the released version. there was a problem in the beta that has beed fixed before the release. The update worked on hundreds of servers already with the released version, so I'am absoluteley sure that there is no general problem with this release.
Comment by Andreas Ender (aender) - Monday, 25 May 2009, 13:54 GMT
Now i´m confused.

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"...
Comment by Till (Till) - Monday, 25 May 2009, 14:03 GMT
sorry, i was wrong. I found the problem which only affected some installs. Please edit the files:

/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}';

Loading...