Title: Plugin Crashed Site
Last modified: August 22, 2016

---

# Plugin Crashed Site

 *  Resolved [katrock79](https://wordpress.org/support/users/katrock79/)
 * (@katrock79)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/)
 * I installed the Easy Price Tables plugin to a fully functioning theme and as 
   soon as I did my site crashed with this error: Fatal error: Cannot redeclare 
   class WPAlchemy_MetaBox in /home4/sugar/public_html/NWATravelGuide.com/wp-content/
   themes/directory/AIT/Framework/Libs/WPAlchemy/MetaBox.inc on line 71
 * I deleted the plugin via FTP, but now nothing on my site will work. Revolution
   Slider won’t work, my Geolocating map is gone, none of my submenus are there,
   etc.
 * All of the above does work with other themes though, and if I test them through
   preview. Nothing works on the actual site though.
 * I deleted my theme and re-installed. Still nothing.
 * Any ideas? Has this plugin rendered my theme useless??
 * [http://www.nwatravelguide.com](http://www.nwatravelguide.com)
    [katrinacoker@gmail.com](https://wordpress.org/support/topic/plugin-crashed-site-help/katrinacoker@gmail.com?output_format=md)
 * [https://wordpress.org/plugins/easy-pricing-tables/](https://wordpress.org/plugins/easy-pricing-tables/)

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

 *  Plugin Author [fatcatapps](https://wordpress.org/support/users/fatcatapps/)
 * (@fatcatapps)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383174)
 * Hi Katrina,
 * Sorry you’re having issues.
 * We’ve ran into this issue before with some other themes and plugins.
 * Most likely your theme developer did a sloppy job including WPAlchemy, a library
   that both Easy Pricing Tables and your theme use.
 * The point where your theme includes WPAlchemy should look like something like
   this:
 *     ```
       //include WPAlchemy
       if(!class_exists('WPAlchemy_MetaBox')) {
       include_once ( PTP_PLUGIN_PATH . 'includes/libraries/wpalchemy/MetaBox.php');
       }
       ```
   
 * Most likely the code in your theme looks instead like this:
 *     ```
       //include WPAlchemy
       include_once ( PTP_PLUGIN_PATH . 'includes/libraries/wpalchemy/MetaBox.php');
       ```
   
 * I’d recommend you contact your theme author.
 * Not sure why your sliders and map are gone, maybe this is somehow related to 
   your theme breaking and then reactivating. Again, I’d recommend you contact your
   theme author.
 * Hope this helps!
    -David
 *  Thread Starter [katrock79](https://wordpress.org/support/users/katrock79/)
 * (@katrock79)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383177)
 * I’ve already deleted all the files, why is it still effecting the site? Did installing
   the plugin manipulate theme files in some way?
 * I don’t need/want to use this plugin at all. Do I still need to modify this includes?
   I just want it back the way it was before I installed this plugin.
 * I’ll forward this the theme developer but it worked beautifully prior to this.
 *  Plugin Author [fatcatapps](https://wordpress.org/support/users/fatcatapps/)
 * (@fatcatapps)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383179)
 * There’s no way Easy Pricing Tables can affect your site after you’ve deleted 
   it. No need to modify the includes if you don’t want to use Easy Pricing Tables.
 * Not sure why your sliders and map are gone, maybe this is somehow related to 
   your theme breaking and then reactivating.
 * Sorry things didn’t work out for you.
 *  Thread Starter [katrock79](https://wordpress.org/support/users/katrock79/)
 * (@katrock79)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383181)
 * So I install your plugin, it gives me a fatal error. I go into FTP to delete 
   the plugin so that I can get the site to load. When it does, nothing works…Sliders,
   Menus, Widgets, etc. I reinstall the theme, no change. And the response I get
   is “Sorry things didn’t work out for you?” lol.
 * Nothing was working prior reinstalling and reactivating, and all of my other 
   settings are still entact. Reinstalling was only done as a last resort after 
   this plugin completely crashed my theme.
 *  Plugin Author [fatcatapps](https://wordpress.org/support/users/fatcatapps/)
 * (@fatcatapps)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383264)
 * Katrina,
 * I understand you’re really frustrated. I’d feel the same way if I were in your
   shoes.
 * But please also understand where I’m coming from
 * 1)
    The bug is in your theme, not in my plugin. `Fatal error: Cannot redeclare
   class WPAlchemy_MetaBox in /home4/sugar/public_html/NWATravelGuide.com/wp-content/
   themes/directory/AIT/Framework/Libs/WPAlchemy/MetaBox.inc on line 71` Note how
   the URL with the error points to the theme.
 * 2)
    I replied to you as fast as possible and gave you an exact breakdown of what
   the problem is and how it can be fixed.
 * 3)
    There’s literally nothing I can do other than offering to debug your theme
   which your theme’s developer is more qualified to do.

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

The topic ‘Plugin Crashed Site’ is closed to new replies.

 * ![](https://ps.w.org/easy-pricing-tables/assets/icon-256x256.gif?rev=2922075)
 * [Pricing Table WordPress Plugin - Easy Pricing Tables](https://wordpress.org/plugins/easy-pricing-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-pricing-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-pricing-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-pricing-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-pricing-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-pricing-tables/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [fatcatapps](https://wordpress.org/support/users/fatcatapps/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-crashed-site-help/#post-5383264)
 * Status: resolved