![]() | | ||||||||
| | #1 |
| Warrior Fitness/Diet Guru Join Date: Nov 2008
Posts: 356
Thanks: 7
Thanked 9 Times in 7 Posts
| Fatal error: Cannot redeclare class snoopy in /home/content/j/s/m/jsmith2482/html/buildmuscleandsixpackabs/blog/wp-includes/class-snoopy.php on line 33 Everytime I try to activate a plugin I get this error message. HELP!Why is this happening? |
| | |
| | #2 |
| Advanced Warrior War Room Member Join Date: Aug 2003 Location: Oklahoma City, OK
Posts: 514
Thanks: 0
Thanked 0 Times in 0 Posts
|
Its typicall due to a include file is trying to be included twice somewhere in the application. Can you tell us what is on class-snoopy.php on line 33 |
| | |
| | |
| | #3 |
| Active Warrior Join Date: Dec 2008
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
|
Please do tell us what is on class-snoopy.php on line 33, it will help us figure out your problem!
|
| | |
| | #4 |
| Warrior Fitness/Diet Guru Join Date: Nov 2008
Posts: 356
Thanks: 7
Thanked 9 Times in 7 Posts
| |
| | |
| | #5 |
| Richard Soderberg Join Date: Feb 2008 Location: Silicon Valley, California, USA.
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
| Can you list for us which plugins you have installed (either deactivated OR activated), and whether or not the "automatic upgrade" feature is enabled or disabled?
|
| Marketing is your strong point. Technical work is mine. I'm a webmaster / system administrator with more than ten thousand hours of hands-on experience. Hourly rate. Based in US. Message me for details.
| |
| | |
| | #6 | |
| Warrior Fitness/Diet Guru Join Date: Nov 2008
Posts: 356
Thanks: 7
Thanked 9 Times in 7 Posts
| Quote:
automatic upgrade is disabled. This is typically happening with sociable but I also get this when I try to activate wp-posterperiodic Fatal error: Cannot redeclare class pclzip in /home/content/j/s/m/jsmith2482/html/buildmuscleandsixpackabs/blog/wp-content/plugins/wp-posterperiodic/lib/pclzip.lib.php on line 162 and WP-O-Matic Fatal error: Cannot redeclare class wpomatic in /home/content/j/s/m/jsmith2482/html/buildmuscleandsixpackabs/blog/wp-content/plugins/wp-o-matic/wpomatic.php on line 122 Why is this happening? | |
| | |
| | #7 |
| WordPress Expert War Room Member Join Date: Oct 2008 Location: Grand Junction, CO
Posts: 173
Thanks: 31
Thanked 17 Times in 15 Posts
|
try to disable all your plugins - then reenable the trouble one without any others and see if you still have a problem. Which version of WP are you using? Do you have access to the error logs on the server? If so, what do the logs say? |
| "~ $499 WordPress Solution ~" | |
| | |
| | #8 |
| Warrior Tech Join Date: Dec 2008
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
|
These plugins are trying to include the "snoopy" class and it is already included successfully, likely in another plugin. Open the plugin php file(s) getting the error (look on the lines in the errors in the previous post) and also search for an "include" statementwhere it is likely attempting to load the snoopy class included in another file in the plugin directory. Try searching for "snoopy" in the plugin as well to see where it is used. A simple hack would be to remove or comment out the include line in the plugin file by adding an # as the first character on the line. There is a better fix but it would take much more explanation. |
|
Suggested by G.J.P. @ Code4Cookies.com Creator of the Free Wordpress Newsletter Manager and Autoresponder Plugin. Get a fee free opt-in email list-building solution for your weblog. Click Here. | |
| | |
| | #9 |
| Warrior Member Join Date: Jan 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
change file /wp-admin/includes/file, line 484 (2.7.1) as follows from Code: require_once(ABSPATH . 'wp-admin/includes/class-pclzip.php'); Code: if(! class_exists('PclZip')) { require_once(ABSPATH . 'wp-admin/includes/class-pclzip.php');} |
| | |
![]() |
|
| Tags |
| activate, meessages, plugins |
| Thread Tools | |
| |
![]() |