Blank "admin" section after 0.13 -> 1.02 upgrade

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
cwaz13

Blank "admin" section after 0.13 -> 1.02 upgrade

Post 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!
Foton
Forum Members
Forum Members
Posts: 32
Joined: Fri May 05, 2006 10:41 pm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post by Foton »

Same here.... :(
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post 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).
Foton
Forum Members
Forum Members
Posts: 32
Joined: Fri May 05, 2006 10:41 pm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post 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)
Last edited by Foton on Tue Nov 21, 2006 12:56 pm, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post 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.
Foton
Forum Members
Forum Members
Posts: 32
Joined: Fri May 05, 2006 10:41 pm

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post by Foton »

I just renamed the module FeedbackForm and installed the newest one. For now all is working like a charm  8)
cwaz13

Re: Blank "admin" section after 0.13 -> 1.02 upgrade

Post by cwaz13 »

Bingo - it was the FeedbackForm module.  Thanks everyone!  :)
Locked

Return to “[locked] Installation, Setup and Upgrade”