Hi,
I upgraded a site in development from 2.5 stable to 2.5.7 dev by copying /wire/, index.php and .htaccess over.
After the upgrade, I get a notice on frontend and before login to the admin, when $config->debug = true
After login there is no admin page visible, only debug info.
I can see in the Variables on local scope that $admin returns a nullpage.
When I switch debug to false, I can see and use the admin.
Couldn't find anything related here in the forum.
Any pointers how I can fix this? Thank you.