• Cornerstone Select Properties

    (@cornerstone-select-properties)


    Hello everyone. I really hope someone can help me out here.

    I work for a company that has multiple WP sites. The designer before me has set these sites up via Multisite. 2 weeks ago I tried to access the plugins section but a white page with absolutely nothing is all I got.

    I’ve tried – My Site/Network Admin/ Dashboard, Sites, Users, Themes, & Plugins
    all of them result in the same white page with no error message or content of any kind.

    How do I access the Network Admin????????

Viewing 2 replies - 1 through 2 (of 2 total)
  • turn on errors/debug

    check the php error log

    check the database, look in *_options and _blogs tables to ensure the home / site url fields are correct.

    ensure wp-config.php is setup for network properly (compare to working installation/instructions)

    Thread Starter Cornerstone Select Properties

    (@cornerstone-select-properties)

    Hello davidsword,
    Thank you for your reply. I don’t fully understand everything you’ve told me to do.
    I downloaded the “wp-config.php” file through FTP. I then changed Wp debug to “true” and now this appears on the actual site.

    Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/corn7599/public_html/wp-includes/functions.php on line 3396

    When I click on “Network Dashboard” instead of the white page it now gives me the same Notice as above.

    This is from the wp-config.php file. Not sure if it’ll help you understand my issue.
    ———–
    define(‘WP_ALLOW_MULTISITE’, true);
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    define(‘DOMAIN_CURRENT_SITE’, ‘cornerstoneselect.ca’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);
    define( ‘SUNRISE’, ‘on’ );
    ———-

    I don’t know what my next move is???

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

The topic ‘White page for Network Admin’ is closed to new replies.