• I think my issue is permissions error but ill leave that up to the experts. However if it is permissions then whats the best/fastest way to fix it?

    So i decided to revive a wordpress website of mine. I restored the database, uploaded the files & updated the config file. However now when i access the site its blank, no error or anything, just blank, white.

    Same thing if i try to access the admin.

    Any idea what this is and to fix it? If there was an error i could fix it, but this……i have no clue.

    Here is the address

    https://stevex2.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Normally the “white screen of death” means that there’s a coding problem somewhere. The way to find out where that is is normally to udpate your wp-config.php file to set debugging as on:

    define('WP_DEBUG', true);

    That will allow the errors to show, and when you can find what they are you’ll be able to fix them.

    Just a note too. Errors should always be available in your sites error log. There’s a few places this could be, so if you can’t find it ask yor hosting company and they’ll be able to help you out.

    Thread Starter stevedmma

    (@stevedmma)

    Hey, thanks for the reply.

    That didnt seem to work, it still shows nothing, just a white page on all pages. Very weird, not sure how to get it running, i know the backup itself was good.

    Then look at the error logs for the site. That will definately tell you what’s going wrong.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘white screen, from restore’ is closed to new replies.