pjf02536
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] BUG:syndicationdataqueries.class.phpI made a codebase fix and submitted for author pull/aproval.
Hopefully this will forever end this particular issue (assuming the author does anything)
Forum: Plugins
In reply to: [FeedWordPress] BUG:syndicationdataqueries.class.phpNo I just edited the file, and things cleared up.
I wonder if there are any others in there though (logs so far are not reporting any)Forum: Plugins
In reply to: [FeedWordPress] BUG:syndicationdataqueries.class.phpFound it because I have a custpm prefix on my tables
Try searching for th swfobject.js file, and check versions (and sizes) against the one in the nextgen-gallery/admin.
Seems that there are a couple flash apps that use this, and could be giving us all headaches
I’d search the whole site directory structure just to be sure, though I believe it is probably in the wp-content dirs
Found the root of the issue (I was seeing too)
wp 2.7 gallery 1.0.2I had wp-simpleviewer active
The problem:
The wp-simpleviewer plugin also has a swfobject.js file.The Solution(s):
1) disable/uninstall the wp-dimpleviewer plugin
or
2) replace the simpleviewer swfobject.js with the one found in the nextgen-gallery/admin directory (all works fine )that is it, a simple file version problem where the older was being loaded in lieu of the one needed by the gallery/flashviewer
Ok here is what I found from a clue in this thread (thatnks jel3 ! )
There was another copy of swfobject.js !
Just searched in my plugins directory for the swfobject file.The fix/correction was to replace the older swfobject.js located in the wp-simpleviewer directory with the one from the latest one in the nextgen-gallery/admin/ directory.
So the issue is NOT with nextgen it is with the wp-simpleviewer and its older swfobject.js (its smaller ~6880 vs the nextgen at ~9763)
Thats it. All the other code is unmodified and working as expected