Hi there,
I've installed the audio module with getid3 and it installed without any errors. But when I upload a file, the token info doesn't read the file correctly and I get an error:
warning: Invalid argument supplied for foreach() in /sites/all/modules/audio/audio.module on line 551.
This line in the code is: foreach ($node->audio_tags as $tag => $value) {
But I don't know what needs to change here.
I see there's a patch for this here: http://drupal.org/node/563954
But I'm not sure how to, or where to put this patch ... Can someone help?
The Audio Module creates a download link no problem, but the audio just doesn't show on the page to play, and errors appear for the when you click the add to playlist link.
Thanks,
ali
Comments
Comment #1
vm commentedaudio module is listed as unstable
directions to apply patches = http://drupal.org/patch/apply
Comment #2
HorsePunchKid commentedSee #563954: E_STRICT notices on audio node creation