By code38 on
Hi All,
I have a problem with the audio module, i had installed the audio module and the getid3 folder as it is recommended and i have the following message when i try to submit an audio file (a really good mp3!), i have the following message:"Uploaded file is not an audio file"
Thanks for your help
Comments
A few things to check
I remember getting this error at one time and am trying to remember what the problem is. Since this is under 4.6, I'm assuming you're running Drupal 4.6.x with the cvs version of the audio module.. (?)
How big is the audio file? Have you checked to make sure you have PHP's upload_max_filesize and post_max_size variables set to a value that allows the size of the file? Also check that your folders and permissions are set correctly on your 'files' folder.
check already done
I 'm using Drupal 4.6.5 and audio v1.32 (the latest). I have already checked php parameters (upload_max_size and post_max_size) and folder access. To continue my project I had modified the audio module by inactivating the control function. and it works (of course) but it don't solve the real problem (all files types can be posted now).
thanks for your help. if you think about something else feel free to reply again