Page 1 of 1
Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Mon Nov 20, 2006 11:56 pm
by cwaz13
So I went ahead and went for the upgrade. I got no errors, everything seemed to go smoothly, and it gave me a success message and links to the site and the admin section.
The site itself is fine, but the /admin/index.php is blank. Page source is completely blank too.
Any ideas what could be causing this? I've had no luck with anything turned up in a search. Thanks!
Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 12:16 pm
by Foton
Same here....

Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 12:22 pm
by Dee
It looks like PHP runs out of memory while processing the page.
Make sure your PHP memory_limit setting is at least 16M.
Check the webserver logs for errors/clues on what goes wrong (or set a higher error_reporting_level so you actually see error messages on screen).
Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 12:26 pm
by Foton
Finally found something that worked, posted by hotze;
As a follow-up I promised to add the solution: Problem was a modul (namely the FormFeedback). After renaming this module everything worked like a charm.
.
Have to test if everything is working ok, but at least I can enter the admin-section again. (sigh)
Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 12:44 pm
by Dee
Indeed, it could also be a module that is not ready for 1.x causing a fatal php error.
To be sure, check the webserver log (or set a higher error_reporting_level) to see if the error says something like "memory exhausted" or if some module is generating a fatal error.
If it's a module generating an error you can also find out by renaming all non-standard modules and renaming them back one by one.
Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 12:58 pm
by Foton
I just renamed the module FeedbackForm and installed the newest one. For now all is working like a charm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade
Posted: Tue Nov 21, 2006 3:34 pm
by cwaz13
Bingo - it was the FeedbackForm module. Thanks everyone!
