Just get a blank page if I try to login to the CP. The site itself seems to be running perfectly fine but I somehow managed to screw up the CP.
Will re-uploading all the 1.7 files fix it?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
January 01, 2011 3:31pm
Subscribe [3]#1 / Jan 01, 2011 3:31pm
Just get a blank page if I try to login to the CP. The site itself seems to be running perfectly fine but I somehow managed to screw up the CP.
Will re-uploading all the 1.7 files fix it?
#2 / Jan 02, 2011 9:23am
Hi Phil,
Please edit your system/index.php and switch on error reporting so that we can see what is causing the error. Change this:
error_reporting(0);to this:
error_reporting(E_ALL);Now, when you try and access the CP you should see any generated error. Once you have recorded that please revert the changes in your system/index.php file and let us know what is shown.
Cheers
Greg
#3 / Jan 03, 2011 11:33am
That worked wonders. Thanks. I forgot that I could do that.
Looked like it was two extensions lg_twitter and lg_better_meta causing the problem. disabled lg_twitter in the database and was able to load the CP. the better_meta didn’t show up until after that but it seems to be working on the front end but i get an error on the back.
But thanks, at least the CP shows up now and I can see what I’m fixing.
#4 / Jan 04, 2011 8:09am
Glad Greg was able to help. Don’t hesitate to post again as needed.