The front end of my ExpressionEngine site appears to be working fine; I can login into the Control Panel via mysite.com/system and mysite.com/controlpanel.php, but after logging in, the Control Panel loads a blank page.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 15, 2009 10:07am
Subscribe [2]#1 / Nov 15, 2009 10:07am
The front end of my ExpressionEngine site appears to be working fine; I can login into the Control Panel via mysite.com/system and mysite.com/controlpanel.php, but after logging in, the Control Panel loads a blank page.
#2 / Nov 15, 2009 11:38am
I’ve had that happen to me before because of a conflict with an extension causing a PHP error. You could try manually updating config.php to
$conf['allow_extensions'] = "n";and see if that helps at all.
#3 / Nov 15, 2009 11:41am
Worked beautifully… At least I can get into the control panel now.
Thanks so much!