Closed (fixed)
Project:
Audio
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2006 at 19:53 UTC
Updated:
31 May 2006 at 19:30 UTC
Jump to comment: Most recent file
i still get lots of these when saving a file:
implode(): Bad arguments. in /var/**/modules/audio/getid3/getid3/write.php on line 475.
... saw on the getid3 page that it's probably a getid3 bug.
the errors still appear with the "show getid3 errors" unchecked.
i think the error only appeared after upgrading from drupal 4.6 to 4.7b6.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | audio.module_hook_2.patch | 8.6 KB | drewish |
| #12 | audio.module_56589_0.patch | 705 bytes | drewish |
| #8 | audio_write_commentadd.patch | 661 bytes | asimmonds |
| #1 | audio.module_56589.patch | 1.39 KB | drewish |
Comments
Comment #1
drewish commentedI've committed a fix for this that leoburd suggested in another thread. I'm not sure if it's a complete fix so if you continue to encounter the bug please re-open the issue.
Comment #2
ju.ri commentedthanks!
but.. error still shows up
which getid3 version do you work with now? is 1.76 recommended? the install.txt is a little unclear with that.
Comment #3
leoburd commentedPlease test the new patch that I've just submitted on http://drupal.org/node/57467 . I believe it will fix the problem you're facing...
.L.
Comment #4
drewish commentedyeah, that's a bug with the getID3 library. per the INSTALL.TXT file:
i'm not too inclined to apply leoburd's fix because it's really a bug in getID3 and i'd rather have them fix that.
Comment #5
leoburd commentedplease note that the bug fixed with my patch persists even with the getId3 library recommended in the INSTALL.TXT file...
Comment #6
drewish commentedoh, now i'm seeing your confusion. they've finally released 1.7.6 ;)
Comment #7
drewish commentedleoburd, here's the getID3 bug report i opened way back when: http://www.getid3.org/phpBB2/viewtopic.php?t=473
Comment #8
asimmonds commentedWith the current audio.module, the warning only displays for me, if the Error handling > Error reporting in admin/settings is set to "Write errors to the log and to the screen" as Drupal's own error_handler() is catching this message.
Adding the comment tag portion from the patch in http://drupal.org/node/57467 to audio.module removed the warning completely for my uploads (patch attached).
Comment #9
drewish commentedsee also: http://drupal.org/node/56589
Comment #10
drewish commentedwoops, got that backwards, see: http://drupal.org/node/62957
Comment #11
drewish commentedsee also: http://drupal.org/node/63597
as much as i'd rather see getid3 fixed, it looks like we might need to apply something like leoburd or asimmonds's patch.
Comment #12
drewish commentedanyone see a problem with this patch?
Comment #13
drewish commentedthis is a slightly better patch. it adds calls for download and play so that other modules could do statistics tracking, like this: http://drupal.org/node/63765.
Comment #14
drewish commentedcrap ignore that last patch. posted to the wrong issue.
Comment #15
drewish commentedi've committed #12
Comment #16
(not verified) commented