• Hello everyone. I’m really at a loss here for my current issue. I am getting the White Screen of Death (WSOD), but only when I attempt to edit a website page or post. Otherwise, the rest of the backend works just fine. Site appears to be running fine and no error codes found so far. I de-activated all plugins, I changed to Twenty Twenty theme and the issue persisted. PHP is version 7.3. No memory issues that I can see. Any thoughts on next steps? I re-installed WordPress, too. Nothing seems to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • HI @egentz,

    Do you have wp_debug enabled? I know you said you haven’t found error codes yet, but, if you enable wp_debug, it may show you errors previously hidden.

    Thanks,

    Elise

    Thread Starter egentz

    (@egentz)

    Not sure why I didn’t do this before! It seems to be an issue related to the theme? Which is odd since I did deactivate it previously. I’m not sure how to resolve the issue now that I have the error codes.

    Seems to actually be related to the theme? I’ve had consistent issues with this theme, probably time to scrap it.

    I am seeing that there is an error in a line of code for a file. The code is:

    $response = wp_remote_get(add_query_arg($api_params, YOUR_LICENSE_SERVER_URL), array(‘timeout’ => 20, ‘sslverify’ => false));

    • This reply was modified 6 years, 5 months ago by egentz.
    Thread Starter egentz

    (@egentz)

    line 26 reveals this code

    $response = wp_remote_get(add_query_arg($api_params, YOUR_LICENSE_SERVER_URL), array(‘timeout’ => 20, ‘sslverify’ => false));

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

The topic ‘Blank Edit Page (white screen)’ is closed to new replies.