Drupal 5.2
Audio 5.x-2.x-dev
pathauto-5.x-2.0-beta2
token-5.x-1.x-dev
... and if it matters:
Views 5.x-1.6
Swftools 5.x-1.1
xspf_playlist-5.x-0.5
Still lost in a maze of dependencies... I have been trying to get a playlist working for the past 3 weeks or so and have finally gotten audio-5.x-2.x-dev installed with it's various dependencies including figuring out that Audio depends on Token which depends on Pathauto and that they must be installed in a certain order or can't be enabled etc.
I created a content type Playlist and today was at last able to display a playlist w/ list of filenames in the extended player. However, trying to play the playlist yields no result except eternal Transferring data from domainname progress notice.
While trying to figure what was up with that, I eventually found that somewhere along the way all audio on the site now has some GETID3 prob. When editing any individual audio node, I now get the error notice:
errors where encountered while reading the file's ID3 tags:
* Could not open file ""
... I am guessing this is why I can't play a playlist... and thinking this may have something to do with Pathauto? Anybody have an opinion on that or have any other ideas? Thanks very much.
Comments
Comment #1
drewish commentedactually pathauto depends on token... not the other way round.
you might have an open_basedir restriction that's interfering with things.
Comment #2
butler commentedThanks for the correction re: Token being required by Pathauto Drewish.
Re: open_basedir, until recently I was able to play these files... that being the case, the situation re: open_basedir should not have changed since I installed Drupal 5.2... unless use of Pathaudio or one of the other modules I've installed has some bearing?
Thanks...
Comment #3
butler commentedI hadn't run update.php (remember to back up when you do).