• mandy4u

    (@mandy4u)


    get a blank page after moving server
    restored database

    I run an IPB forum too, I had no probs in restoring and getting the forum running but blog gives me a blank page.

    I can’t even open up wp-admin, as I have searched and found may be theme was causing it. All the pages of the blog result in just blank pages. When, checked source of the page they were completely blank.

    I have restored wp into the same named folder on the new server, so location of the files will be the same.

    It has same version php and mysql, as IPB worked earlier – a confirm note.

    There is no wp-cache folder in wp-content

    Earlier my config.php were in chmod 644, so changed it to 666, still it doesn’t work

    not sure what more can I do ???

    Used ssh to restore back up and not phpmyadmin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Samuel B

    (@samboll)

    if you have an .htaccess – delete it and see if site comes up
    if so, regenerate permalinks
    admin – settings – permalinks

    if this is not the problem it could be a php memory issue – might bump that to 32M.

    I just had the problem, check apache error log and you should know what happened.

    For me, wordpress is complaining about file access denied in wp-content (mostly images). What i did:

    chown -R apache:apache wp-content

    and walla.. (assuming your apache is running using apache user and group)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blank page after server migration’ is closed to new replies.