Title: Plugins Preventing Dashboard From Loading
Last modified: August 21, 2016

---

# Plugins Preventing Dashboard From Loading

 *  [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/)
 * Having a very strange problem at [http://www.a2review.net/](http://www.a2review.net/).
   The site was down for most of the day, wouldn’t load at all. I FTP’d in and disabled
   all my plugins by renaming the “plugins” folder to “plugins.hold”. That brought
   the site back, but it won’t load the dashboard. If I go to [http://www.a2review.net/wp-admin/](https://www.a2review.net/wp-admin/)
   I get the generic “This webpage is not available” in Chrome and “Unable to connect”
   in Firefox. On Chrome, which is what I use to administer the site most of the
   time, I’m logged in, and on the public homepage I can see the Dashboard links
   at the top of the screen. But if I click on any of them, I get the same unable
   to load messages.
 * If I go back to FTP and rename the “plugins.hold” back to regular “plugins”, 
   the site goes back to not loading at all. I’ve searched both here and at Google,
   but I’m out of ideas at the moment. Any help would be greatly appreciated.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723615)
 * Try these steps:
    – deactivate all plugins and see if the problem persists. If
   it solves the problem, activate plugins one by one until you find the problematic
   one – revert to Twenty Twelve theme and see if the issue is theme-specific – 
   delete any inactive plugins – [reinstall WordPress manually](http://codex.wordpress.org/Updating_WordPress#Manual_Update)
   from a freshly downloaded copy **except** wp-content. Do not overwrite files/
   folders but delete them before reinstalling.
 * Use FTP or your hosting control panel if you cannot access dashboard.
    Backup
   your site including database so that you can restore in case anything goes wrong.
 *  Thread Starter [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723643)
 * “- deactivate all plugins and see if the problem persists. If it solves the problem,
   activate plugins one by one until you find the problematic one”
 * I tried this already, and I think the culprit is BetterWPSecurity. I was briefly
   able to get to the Dashboard with all plugins disabled. I started turning them
   back on one at a time and when I turned on BetterWPSecurity, that was when I 
   got into my current predicament. What’s got be baffled is that previously, when
   I used FTP to rename the “Plugins” folder to “Plugins.Hold”, I could access the
   dashboard. Now I can’t. I tried renaming just the “better-wp-security” subfolder
   of the “plugins” subfolder, but that didn’t work either.
 * Thanks for the help.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723665)
 * Can I see your site with Twenty Twelve theme and all plugins off?
 *  Thread Starter [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723723)
 * Sadly, that doesn’t seem to help. I’ve deleted my main theme, so TwentyTwelve
   is the only one in the themes folder. But it’s still coming up blank. My plugins
   folder is currently renamed to “plugins.off”, but that also doesn’t seem to have
   an effect. Both the homepage and the wp-admin address just say unavailable. Any
   further suggestions? (And once again, thank you. I really appreciate this. I’ve
   been pouring through other topics here but nothing seems to apply.)
 *  [RobinInTexas](https://wordpress.org/support/users/robinintexas/)
 * (@robinintexas)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723725)
 * BetterWPSecurity edits the .htaccess file. Try renaming the .htaccess file to
   something else like .htacceXX
 * If that works, be sure to configure your permalinks again.
 *  [CarletonU](https://wordpress.org/support/users/carletonu/)
 * (@carletonu)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723726)
 * If I look at your site right now I get a blank page, but by looking at the source
   code I can see that there’s an error being generated from super cache not having
   the WPCACHEHOME set in the config file.
 * Maybe try renaming your plugins folder back to normal, setting the WPCACHEHOME
   in the config file and seeing if your site will load properly again?
 * If you’re not sure what the path in the WPCACHEHOME should be, it can be set 
   automatically by CHMODing your wp-config.php file to 777. Make not of the default
   permissions on it, as you’ll want to change it back once your done refreshing
   the site. I would recommend backing up first.
 *  Thread Starter [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723740)
 * Renaming .htaccess didn’t seem to have any effect.
 * I changed the wp-config.php file so that WPCACHEHOME was “plugins.hold” (which
   is what my plugins folder is called at the moment) instead of “plugins”. Then
   I changed the same location in the wp-cache-config.php that’s in the “wp-content”
   folder. That got rid of the source message about WPCACHEHOME on the blank page,
   but didn’t make any other difference. Just for fun I also tried CHMODing the 
   wp-config to 777, but it didn’t change anything.
 * So, now I can get a true blank page which viewing the source also sees as blank.
   Out of curiosity, I then re-uploaded my main theme (which I had earlier deleted),
   and it comes back with “can’t establish connection” again instead of the blank
   screen.
 * Yet again, thanks for the help, but sadly it doesn’t look like I’m done wrestling
   with this yet.
 *  Thread Starter [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723782)
 * Further actions that have no resolved this include following the instructions
   on this thread ([http://wordpress.org/support/topic/cant-access-dashboard-32?replies=10](http://wordpress.org/support/topic/cant-access-dashboard-32?replies=10))
   to manually reinstall/update WordPress.
 * First I disabled all plugins through phpMyAdmin (setting active_plugins to “a:
   0:{}”). Then I replaced both the wp-admin and wp-includes folders and uploaded
   fresh copies of the individual files in the wp-content folder. (As per instructions,
   I did not overwrite the entire wp-content folder.)
 * After that didn’t work, I tried it with a fresh wp-config.php file, entering 
   only the database information just like it was a fresh install. Nothing. Still
   can’t get to my Dashboard or my site. Any further suggestions would be greatly
   appreciated.
 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723785)
 * There are two things that I can see:
    1. Most of the links lead to `http://www.
   a2review.net/wp-admin/install.php`, suggesting a possibility that still you have
   an incomplete WordPress installation 2. Similarly, there is a 403 Forbidden that
   can be because of any restrictions your host has placed.
 * So, you need to contact your web hosting company.
 *  Thread Starter [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * (@charlie-sweatpants)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723916)
 * Poor netiquette on my part leaving this dangling for more than a month, but I
   contacted my hosting company (Hover), and they cleared it up pronto. Thanks for
   all the help here, it was invaluable.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Plugins Preventing Dashboard From Loading’ is closed to new replies.

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 4 participants
 * Last reply from: [Charlie Sweatpants](https://wordpress.org/support/users/charlie-sweatpants/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugins-preventing-dashboard-from-loading/#post-3723916)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
