citcit / tubepress

Automatically exported from code.google.com/p/tubepress
0 stars 0 forks source link

Snoopy class conflict with new version of wordpress #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Install the latest version of wordpress 
2.  Install the RC2 version of TubePress
3.  On the wordpress dashboard, you get a fatal error that states that you 
cannot redeclare class snoopy:

Fatal error: Cannot redeclare class snoopy in /wp-includes/class-
snoopy.php on line 40

What is the expected output? What do you see instead?

Have you tried replacing your current TubePress installation with a fresh 
copy from http://tubepress.org?

Please provide any additional information below.

Original issue reported on code.google.com by brandon%...@gtempaccount.com on 14 Oct 2007 at 4:47

GoogleCodeExporter commented 8 years ago
Thanks for the report! Looking into it now..

Original comment by eho...@gmail.com on 14 Oct 2007 at 10:22

GoogleCodeExporter commented 8 years ago

Original comment by eho...@gmail.com on 15 Oct 2007 at 11:29

GoogleCodeExporter commented 8 years ago
I'm having the same problem

Original comment by mistyo...@gmail.com on 16 Oct 2007 at 4:33

GoogleCodeExporter commented 8 years ago
Same problem, WP2.2 and Tubepress 1.5.5 RC2.

Original comment by boerenr...@gmail.com on 16 Oct 2007 at 10:05

GoogleCodeExporter commented 8 years ago
I believe I found the problem. In common/class/util/TubePressXML.php, the Snoopy
include declaration was moved outside of the method (where it had been in 
previous
versions of the plugin). I moved the declaration back in, so it should work now.
Please give it a try: 
http://tubepress.googlecode.com/files/tubepress_1_5_5_RC3.zip

If I hear that it works I'll make RC3 the latest official version. If it doesn't
work, I'll be happy to continue troubleshooting!

Eric

Original comment by eho...@gmail.com on 16 Oct 2007 at 10:13

GoogleCodeExporter commented 8 years ago
This release allowed the gallery to display for me, but a couple things.  The
lightbox (I know this is experimental and isn't too important to me) takes me 
to a
new page instead of popping up a box, while the greybox works like normal.  

I get this error in my sidebar on the page I have the gallery:
Fatal error: Cannot redeclare class snoopy in
/home/content/m/i/c/microchunk/html/wp-includes/class-snoopy.php on line 40

Original comment by mistyo...@gmail.com on 16 Oct 2007 at 11:04

GoogleCodeExporter commented 8 years ago
Thanks for the heads up on lightbox, I'll take a look at it.

As for the sidebar error. Which version of WordPress are you running? My guess 
is
that either you're running an older version (like 2.1 perhaps), or you have a 
sidebar
widget that also uses snoopy and isn't including it correctly.

Original comment by eho...@gmail.com on 17 Oct 2007 at 11:26

GoogleCodeExporter commented 8 years ago
Fixed in RC3 and closing issue due to no further trouble reports

Original comment by eho...@gmail.com on 24 Oct 2007 at 5:21

GoogleCodeExporter commented 8 years ago
Hi, sorry it took so long to respond, still getting sidebar message Fatal error:
Cannot redeclare class snoopy in
/home/content/m/i/c/microchunk/html/wp-includes/class-snoopy.php on line 40

Running Wordpress 2.3.1  

Original comment by mistyo...@gmail.com on 29 Oct 2007 at 9:42