Plugin Error
-
Okay, I just tried installing “Plugin Commander” thinking I needed that to control plugins per mu. (I’ve since come to find that I don’t need to, that BP now takes care of that.)
In the install, Plugin Commander crapped out, errored and failed to activate. I get this error now al over the site:
Warning: include_once(/home/content/d/o/o/doorqtech/html/wp-content/plugins/plugin-commander-i18n/) [function.include-once]: failed to open stream: No such file or directory in /home/content/d/o/o/doorqtech/html/wp-settings.php on line 545
Warning: include_once() [function.include]: Failed opening ‘/home/content/d/o/o/doorqtech/html/wp-content/plugins/plugin-commander-i18n/’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/d/o/o/doorqtech/html/wp-settings.php on line 545
I’ve deleted the plugin but that doesn’t seem to fix the problem. In fact, it makes it so that any other installs of plugins or upgrades of plugins gives a whole list of header sent errors.
I’ve looked at line 545
if ( get_option(‘active_plugins’) && !defined(‘WP_INSTALLING’) ) {
$current_plugins = get_option(‘active_plugins’);
if ( is_array($current_plugins) ) {
foreach ($current_plugins as $plugin) {
if ( ” != $plugin && 0 == validate_file($plugin) && file_exists(WP_PLUGIN_DIR . ‘/’ . $plugin) )
include_once(WP_PLUGIN_DIR . ‘/’ . $plugin);
}
}
}
I can’t see a problem… though I’m no PHP expert. Is WP thinking it’s still supposed to install or use “plugin-commander-i18n?”
I’m mentioning this here because I’m not sure if it’s directly related to BP or just to the plugin being incompatible with MU.
- The topic ‘Plugin Error’ is closed to new replies.