I'm having trouble in drupal 5.2 with uploading audio.

I receive this error message, and as well, the audio isn't attached to the node. It only shows the ID3 information, but no player button, no link to the audio file, and no link to download the audio. Permissions are set correctly on the site.

error message:
"The following errors were encountered, preventing the ID3 tags from being saved:

* WriteID3v2() failed with message(s):

o Could not open /tmp/getID3RLMJ5Z mode "wb" -"

The file I'm uploading to test this, is the same file I've used on my 5.1 site as well.. any suggestions? search and google search turned up no results.

Comments

slindhurst’s picture

I had a similar error and just found the solution at http://drupal.org/node/149607. Also, I had previously changed the tmp/audio directory to be owned by the FTP user and with permissions 777 (everyone has read/write/execute permissions) for another permissions problem, so you might also need to do this.