[wp-trac] Re: [WordPress Trac] #7318: Fatal error: Cannot redeclare
class snoopy
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 16 06:10:19 GMT 2008
#7318: Fatal error: Cannot redeclare class snoopy
----------------------------+-----------------------------------------------
Reporter: jayant | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.6.1
Component: Administration | Version: 2.6
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by DD32):
By the sounds of it, A plugin you are running has included a custom
version of snoopy rather than relying on the WordPress builtin version.
The snoopy files are loaded via a require_once() AFAIK, It would be good
to move the admin off the snoopy class(#4779), as for this error though,
Checking to see if snoopy is allreaded loaded (if(class_exists())) could
be added to the builtin snoopy file. Or the Plugin author which has
included it could switch to the builtin version.
--
Ticket URL: <http://trac.wordpress.org/ticket/7318#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list