Viewing 2 replies - 1 through 2 (of 2 total)
  • To find out the problem you need to know what the rror that you’re facing is. There’s two ways of doing this. The first one is that you can look at the error logs of your site and that will show you what problems are where. The second (and probably easier way) is to change this line in your wp-config.php file:

    define('WP_DEBUG', true);

    Setting that to true will display the errors to the screen instead of hiding them (which is why you only see a blank page like you have seen on your site).

    When you see what the error is you’ll be able to track it down and fix it.

    Thread Starter drummonds

    (@drummonds)

    That is awesome. Will play with it.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(Almost) All PHP Pages Empty/Blank’ is closed to new replies.