Hello/Hi/Greetings,
Fatal error: Cannot redeclare class getID3 in .../plugins/piwigo-jplayer/include/getid3/getid3.php on line 66
66 class getID3
67 {
now, if I go to line 67 in there, and %-click under vi on the "{", I get an error meaning that there is no matching "}" for this - something is wrong, or am I wrong?
adding a "}" to the end of the program gives a syntax error at the end - line 1777
so, doing php -l on .../plugins/piwigo-jplayer/include/getid3/getid3.php, it checks fine...
different problem then.., any ideas?
Thanks,
Piwigo version: latest,
PHP version: 5.5.5-1
MySQL version: 14.14
Piwigo URL: http:// internal
Offline
Hello
author of jplayer notified
Offline
Hi, it seems to me that there might be a conflict with another extension that also declares the class getID3...
Can you post the extensions you are using?
Offline
The extensions where I can see it are .mp4 and .3GP - the extensions are capitalized on the files as shown
with the .AVI's all browsers:
Chrome, IE, Firefox, Opera, Safari flick me off with:
Update Required
To play the media you will need to either update your browser to a recent version or update your Flash plugin.
Don't have the time right now to sort out this flash demand further.
Thanks,
PL
Offline
I meant extensions in a piwigo way i.e. plug-ins not files extentions ;)
Offline
OK, here ya go, Charie's content may not be OK on the latest version, if that's the culprit, a version downgrade... not there, I guess.
Active Plugins:
Admin Tools
Charlie's content 3.0.1
jplayer
Language Switch
LocalFiles Editor
Take A Tour of Your Piwigo
VideoJS
Inactive Plugins:
Check upgrades
Community
Offline
This might be related to an older version of videojs (but newest versions don't rely on getid3 anymore) or to charlie's contents. Can you try to disable those to see if it improves things.
Offline
OK - fixed.... Charlies Content was the culprit. VideoJS does it, disabling that too, it till works.
Checked only with Chrome so far .avi still want flash updates... deal with this later, convert or something...
Thanks a lot!
PL
Offline
With MP4 videos and Jplayer, I get:
Warning: Invalid argument supplied for foreach() in .../plugins/piwigo-jplayer/include/getid3/module.audio-video.quicktime.php on line 207
Warning: Invalid argument supplied for foreach() in .../plugins/piwigo-jplayer/include/getid3/module.audio-video.quicktime.php on line 215
right above the video display,
with VideoJS active, this is not happening.
Offline