• When trying to access the Pages, Posts, and other portions of wordpress the pages will not load (display), only a blank page is shown.

    Other portions do display such as Plugins and Themes.

    What could cause this?
    Is there systemic problem with wordpress?

Viewing 6 replies - 1 through 6 (of 6 total)
  • the white screen of death is usually a php error that’s not showing,

    in wp-config.php make sure the following is TRUE

    define('WP_DEBUG', true);

    if it still shows nothing, go one step further in wp-config.php and add:

    error_reporting(E_ALL);
    ini_set('display_errors', 1);

    the error might look confusing but it should point you to what theme or plugin (or maybe other php/server issue) is happening

    Thread Starter edhoward

    (@edhoward)

    Hi,

    Thanks (sorry for the slow reply) I will give that a try and see what the settings are.

    Will let you know how it goes.

    Ed

    Thread Starter edhoward

    (@edhoward)

    OK set the WP_DEBUG to true and got this.

    Notice: Undefined index: lsPluginVersion in /hsphere/local/home/a928530/soricelandscaping.com/wp-content/themes/Avada/functions.php on line 82 Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /hsphere/local/home/a928530/soricelandscaping.com/wp-admin/menu.php on line 79

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you contacted your theme’s vendors about this issue?

    Thread Starter edhoward

    (@edhoward)

    Yes, I have since contacted the developers of the theme.
    But no reply yet.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Switch to another theme (like Twenty Fourteen) to see if you can get in.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Portions of WordPress not accessible’ is closed to new replies.