Moving files to another server causes odd problems in the admin panel [solved]

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
sam0
New Member
New Member
Posts: 5
Joined: Fri Dec 22, 2006 2:32 pm

Moving files to another server causes odd problems in the admin panel [solved]

Post by sam0 »

I have a weird problem when i moved files and database backup from the devel server to the production server. Everyting seems fine until i open up admin panel > content > pages.
It is completely blank!  :o ???
No pages are printed to the screen. Tried debugging the problem, turned debugging on from the config file but it doesn't help since the Pages page does not produce any debuggin messages. Checked the log files - nothing.
I also did a fresh install and the same problem still occurs.

Any advices how to find the cause of the problem?

Merry Christmas!
Last edited by Anonymous on Thu Dec 28, 2006 12:22 am, edited 1 time in total.
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Moving files to another server causes odd problems in the admin panel

Post by Dee »

It looks like PHP encounters a Fatal Error.
Check the PHP log_errors, error_log, error_reporting and display_errors settings.

Did you raise the PHP memory_limit (set to 8M by default, but that isn't enough in many cases)?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Moving files to another server causes odd problems in the admin panel

Post by Dr.CSS »

Did you clear the site cache... Site Admin > Global Settings....
sam0
New Member
New Member
Posts: 5
Joined: Fri Dec 22, 2006 2:32 pm

Re: Moving files to another server causes odd problems in the admin panel

Post by sam0 »

I have to check the php error logs etc and the memory limit which I didn't raise.
I tried clearing the cache but it didn't seem to resolve the situation.
I put my money on the php error log checking if it brings the solution.

Thanks!
I'll be back with the information as soon as I check the server.
sam0
New Member
New Member
Posts: 5
Joined: Fri Dec 22, 2006 2:32 pm

Re: Moving files to another server causes odd problems in the admin panel

Post by sam0 »

Yes! I did solve the problem. And it was quite easy solution. The PHP memory_limit was only 8m on the server and raising it to 32M solved the situation and the site works now perfectly.
Thanks for the advices
- sam0
Locked

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