As said by tj2653 in this post : http://drupal.org/node/260799, their is a problem with the GetID3 library.

The problem appends when a user different from the admin user post a new audio file (not editing an existing one).

The errors messages reported by tj2653 are :
* warning: Invalid argument supplied for foreach() in /mypath/modules/audio/audio_getid3.module on line 432.
* warning: array_merge() [function.array-merge]: Argument #1 is not an array in /mypath/modules/audio/audio_getid3.module on line 453.
* warning: Invalid argument supplied for foreach() in /mypath/modules/audio/audio.module on line 1693.

My errors messages are a little bit different :
*array_merge() [function.array-merge]: Argument #2 is not an array in /mypath/modules/audio/audio_getid3.module on line 452.
*array_merge() [function.array-merge]: Argument #2 is not an array in /mypath/modules/audio/audio_getid3.module on line 454.
*Invalid argument supplied for foreach() in /mypath/modules/audio/audio.module on line 1693.

Thanks for your help

Comments

drewish’s picture

Status: Active » Closed (duplicate)

i think this is a dupe of #260799: Invalid argument supplied for foreach() problem in audio_getid3.module someone just has a newer version.