[wpmu-trac] Re: [WordPress MU Trac] #949: Require errors when
deleting Site Wide Plugins without switching them off
WordPress MU Trac
wpmu-trac at lists.automattic.com
Mon Apr 6 20:43:55 GMT 2009
#949: Require errors when deleting Site Wide Plugins without switching them off
----------------------------+-----------------------------------------------
Reporter: nicolagreco | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: 2.7.1
Component: Administration | Version: 2.7.1
Severity: blocker | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by nicolagreco):
Here is one of the require errors
Warning: include_once(/home/even/www/wp-content/plugins/buddypress/bp-
core.php) [function.include-once]: failed to open stream: No such file or
directory in /home/even/www/wp-settings.php on line 427
the code that doesnt work should be here
{{{
$wpmu_sitewide_plugins = (array) maybe_unserialize( get_site_option(
'wpmu_sitewide_plugins' ) );
foreach ( $wpmu_sitewide_plugins as $plugin_file => $activation_time ) {
if ( $plugin_file )
include_once( WP_PLUGIN_DIR . '/' . $plugin_file );
}
}}}
the table that should be updated is 'wpmu_sitewide_plugins'
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/949#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list