I have gone through the steps outlined in the README file twice. Restoring everything in-between. When accessing the main page it redirects to login.php as usual but the page is blank.
Here is output from the access log:
10.0.1.9 - - [06/Jun/2013:11:29:22 -0700] "GET /testlinknew/ HTTP/1.1" 200 135
10.0.1.9 - - [06/Jun/2013:11:29:22 -0700] "GET /testlinknew/login.php HTTP/1.1" 200 1
10.0.1.9 - - [06/Jun/2013:11:30:58 -0700] "GET /projects/toodledo-ios/issues.atom?key=2cae6e96cd223b16d3266f9c7b4dc3aaac817ac1&query_id=9 HTTP/1.1" 404 1
10.0.1.9 - - [06/Jun/2013:11:30:58 -0700] "GET /projects/toodledo-ios/issues.atom?key=2cae6e96cd223b16d3266f9c7b4dc3aaac817ac1&query_id=2 HTTP/1.1" 200 22667
10.0.1.9 - - [06/Jun/2013:11:32:58 -0700] "GET /projects/toodledo-ios/issues.atom?key=2cae6e96cd223b16d3266f9c7b4dc3aaac817ac1&query_id=9 HTTP/1.1" 404 1
10.0.1.9 - - [06/Jun/2013:11:32:58 -0700] "GET /projects/toodledo-ios/issues.atom?key=2cae6e96cd223b16d3266f9c7b4dc3aaac817ac1&query_id=2 HTTP/1.1" 200 22667
The first two lines are the initial failed login attempt.
This is the output of login.php.
<html><head></head><body></body></html>
Have I missed something during the install?
Blank login page after 1.9.4 -> 1.9.7 upgade
Moderators: Amaradana, TurboPT, TL Developers
Re: Blank login page after 1.9.4 -> 1.9.7 upgade
my suggestion can sound silly but think is a test to do
1. upgrade from 1.9.4 to 1.9.5 => check that you can login and basic features are working
2. if 1) goes OK, do same that 1) but from 1.9.5 to 1.9.6
3. if 2) goes OK, do same that 1) but from 1.9.6 to 1.9.7
this will allow us to find where the glitch exists
1. upgrade from 1.9.4 to 1.9.5 => check that you can login and basic features are working
2. if 1) goes OK, do same that 1) but from 1.9.5 to 1.9.6
3. if 2) goes OK, do same that 1) but from 1.9.6 to 1.9.7
this will allow us to find where the glitch exists
-
- TestLink user
- Posts: 8
- Joined: Sun Dec 11, 2011 8:01 am
- Location: Tunisie
Re: Blank login page after 1.9.4 -> 1.9.7 upgade
hi i have a same problem
can you help me please
can you help me please
Re: Blank login page after 1.9.4 -> 1.9.7 upgade
I had the same problem.
In my case there were 205 files missing.
Could you check up the folter (...)/gui/templates_c/
Those files had been missing on my system.
After i had placed them into this directory, I had the normal interface ...
Hope this could help.
Regards
In my case there were 205 files missing.
Could you check up the folter (...)/gui/templates_c/
Those files had been missing on my system.
After i had placed them into this directory, I had the normal interface ...
Hope this could help.
Regards
Re: Blank login page after 1.9.4 -> 1.9.7 upgade
@mrommelmrommel wrote:I had the same problem.
In my case there were 205 files missing.
Could you check up the folter (...)/gui/templates_c/
Those files had been missing on my system.
After i had placed them into this directory, I had the normal interface ...
Hope this could help.
Regards
That sounds like a possible configuration and/or permissions issue?
The templates_c/ directory stores compiled smarty templates. Those are dynamically created if they don't already exist, and a template is automatically updated [recompiled] if a template's timestamp has changed.
So, it does NOT matter if those files were missing.smarty.net wrote: ...Upon each invocation of the PHP application, Smarty tests to see if the current template has changed (different timestamp) since the last time it was compiled. If it has changed, it recompiles that template. If the template has yet not been compiled at all, it will compile regardless of this setting...
Re: Blank login page after 1.9.4 -> 1.9.7 upgade
Good morning,
I am having the same problem when upgrading from 1.9.3 to 1.9.7.
I have done what mrommel said about the files in the folder templates_c/ without sucess.
Also, i have tried to upgrade like fman said, from 1.9.3 to 1.9.4, and the result is the same.
I have followed all the indications from the installation manual and from the README file, including the database upgrade, and i have always the same result, the login page returns blank.
Can someone help?
I am having the same problem when upgrading from 1.9.3 to 1.9.7.
I have done what mrommel said about the files in the folder templates_c/ without sucess.
Also, i have tried to upgrade like fman said, from 1.9.3 to 1.9.4, and the result is the same.
I have followed all the indications from the installation manual and from the README file, including the database upgrade, and i have always the same result, the login page returns blank.
Can someone help?