Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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 1 replies (of 1 total)