Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter andy0

    (@andy0)

    So I tried that, still blank page 😐

    Thread Starter andy0

    (@andy0)

    Ross Hanney wrote:

    Hi Andy,
    It sounds like a PHP error is occurring, but as you likely have error reporting turned off (quite rightly), the error doesn’t show up, just leaving a blank page.
    However, it is difficult to suggest a solution without knowing what the error is, as it could be caused by several different things. You can turn error reporting on temporarily by adding the following to your wp-config.php file (before the ‘That’s all, stop editing!’ line):
    define('WP_DEBUG', true);
    If you then load the ‘blank’ page as before, you should see some error information.
    If you’re not sure about trying the above, then it may be worth deactivating other plugins you have installed in turn, trying the ‘blank’ page each time, to see if that makes any difference. Sometimes plugins can conflict with each other. If you manage to determine that this is the case, please let me know which plugin(s) seem to be conflicting with mine, and I’ll investigate further.
    Let me know if you have any questions or need more help!
    Ross.

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