• WordPress multisite 3.1.2
    Theme(s): modified TwentyTen and Kreativ

    When I install a new plugin for the network, I can browse to an individual site and activate the plugin. I’m then able to browse to one of the plugin pages before the site crashes with the “Warning: require_once” error. The file indicated in the warning is in the proper directory and I am using the latest version of the plugin. However this is not plugin specific. I get the same type of error with any new plugin install.

    I’ve tried to reinstall WordPress as a clean install (not a new db, just files on the server) with no luck.

    Any thoughts as to what is causing the problem?

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

    (@nwtech)

    if it makes any difference, my wp-config file has the follow parameters for the sub directory multi site

    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'domain.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    
    define( 'SUNRISE', 'on' );

    and when browsing to my site via ftp, the file structure looks similar to: domain.com/public_html/<wordpress install>

    Edit: The most current plugin that I’m attempting to activate individually is the new Yoast SEO plugin.

    Thread Starter nwtech

    (@nwtech)

    *bump*

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Warning: require_once" after any plugin install’ is closed to new replies.