A few blank white pages after moving site to new host. - RESOLVED
Permalink
Hi All,
I transferred my C5 site to a new host (InMotionHosting), and now the new site is mostly working great except that a few page navigation links bring up a blank white page, and a few other pages show truncated content.
I followed the instructions for moving a site to the tee. I backed up the database with mysqldump command. I copied all files from the old site to the new site (note - not a fresh install of C5, just a plain straight file copy). I then installed the database, modified the .htaccess and config/site.php files, deleted the contents of the files/cache directory. Voila - my site is up on the new server EXCEPT when I get blank white pages when I try to navigate to about 4 of my pages. On another two pages the content was largely truncated.
I am using C5 version 5.4.2.2. PHP 5.3, with SuPHP handler.
I have enabled php logging and C5 logging, but so far there are no log entries.
Does anyone have suggestions for how to debug or correct this issue?
Here is my site's URL:
------------------------------------------------------
Found the issue to be caused by the "memory_limit" parameter in the php.ini file. The old site did not expose this file. The new site has php.ini in the root directory. The problem pages were all of large size. Increase parameter setting to 64M from 32M. Fixed all issues.
I transferred my C5 site to a new host (InMotionHosting), and now the new site is mostly working great except that a few page navigation links bring up a blank white page, and a few other pages show truncated content.
I followed the instructions for moving a site to the tee. I backed up the database with mysqldump command. I copied all files from the old site to the new site (note - not a fresh install of C5, just a plain straight file copy). I then installed the database, modified the .htaccess and config/site.php files, deleted the contents of the files/cache directory. Voila - my site is up on the new server EXCEPT when I get blank white pages when I try to navigate to about 4 of my pages. On another two pages the content was largely truncated.
I am using C5 version 5.4.2.2. PHP 5.3, with SuPHP handler.
I have enabled php logging and C5 logging, but so far there are no log entries.
Does anyone have suggestions for how to debug or correct this issue?
Here is my site's URL:
------------------------------------------------------
Found the issue to be caused by the "memory_limit" parameter in the php.ini file. The old site did not expose this file. The new site has php.ini in the root directory. The problem pages were all of large size. Increase parameter setting to 64M from 32M. Fixed all issues.
Hope that helps someone who finds themselves in the strange situation I was in.