Re: TL Log into blank page
I would download the version of TL that you have installed and copy up all of the missing htaccess files. Also, turn on debug mode through /system/config/localconfig.php to see if any error messages are given when trying to log into the backend.
Re: TL Log into blank page
Hi,
I am having the same problem. I do not really understand how this has happened.
i have not touched this clients website for months. Now I tried to log into the backend and after entering my password i get a blank page. Front end is working fine (luckily!)
This is the error message i get:
Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/daniel01/domains/daniellelasoe.nl/public_html/system/config/langconfig.php:66) in /home/daniel01/domains/daniellelasoe.nl/public_html/system/libraries/System.php on line 461
I have uploaded the original htacess file and double checked localconfig.
In localconfig it said:
Code:
$GLOBALS['TL_CONFIG']['cron_weekly'] = 201030;
$GLOBALS['TL_CONFIG']['latestVersion'] = '2.9.0';
whereas the version really is 2.7.6, so i have changed it back to 2.7.6
I am lost! the error message does not explain anything to me, i just don't know what went wrong. Typolight does not run automatic updates does it?
Re: TL Log into blank page
I believe the 'latestVersion' variable only logs the most current version that is released, so it can tell you a newer version is available when you first log in. Have you enabled error reporting through localcofig.php? Maybe it will give you further info if it's not currently enabled.
Re: TL Log into blank page
Hi Ben, thanks for taking the time to read my post.
The error message i get is mentioned in my entry above. I am not experienced enough to figure out how to solve it....
Re: TL Log into blank page
I noticed that I also get a blank screen on that domain even when I make up a username and password (that obviously wouldn't work). Have you made any changes to your langconfig? You might want to upload the default version of this file, since it is mentioned in the error message. (Not sure if this will solve anything, but it's worth a try.)
Re: TL Log into blank page
Hey Ben!
Indeed that was the case! I uploaded the original langconfig and it works again.
thanks for your support.
Re: TL Log into blank page
Excellent! I'm glad your installation is working now.