Hello, I renamed wp-content and plugins via wp-config http://codex.wordpress.org/Editing_wp-config.php#Moving_wp-content and I get this error message Notice: Undefined index: key in /web/sites/mysites/mysite.com/private-content/resources/post-indexer/post-indexer.php on line 41
which corresponds to
//check for activating
if ($_GET == ” || $_GET === ”:wink:{
add_action(‘admin_head’, ‘post_indexer_make_current’:wink:;
}
The plugin generated 127 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I tried network deactivating the plugin, making sure that it was not active on any subsites, deleting it and re-uploading but I still get the same error message.
The plugin does not have any customizations on my end. When I activate it it locks up my plugins menu and I cannot install or delete other plugins.
How do I fix?
Thanks.