kermit666
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Markdown Editor] Fatal Error MessageThanks, but you should probably make a note of this in the installation instructions and the FAQ. Seems pretty important and I didn’t even notice it, so after just installing it and activating it after Jetpack (which you mention should be activated first), I got into this error state.
Forum: Fixing WordPress
In reply to: Can't delete pluginsYes, the same thing is happening to me – I cannot delete users and plugins using the delete button (it sometimes takes me to a 404, sometimes just does nothing), but it works when I use the bulk delete option.
Also, some other network admin actions result in 404s – such as when I try to access some plugin settings (e.g. some of backwpup’s tabs).
I have a multisite installation and I just upgraded to 3.6. Any advice on where should I look to fix this? I tried disabling all the themes and plugins and it still didn’t help.
He he 😀 Glad I could be of help.
Perhaps this shows that the multisite installation could be a bit user-friendlier, since we all fell into the same trap…
Cheers!
I had a similar problem (I coludn’t even access my admin dashboard) and this site helped me.
In the end it turned out I didn’t have this variable set in my wp-config.php:
define('MULTISITE', true);It’s funny, because I think I copied everything WP gave me during the multisite setup, but it could be I skipped this line, because I already had
define('WP_ALLOW_MULTISITE', true);inside.