I have just upgraded to Drupal 4.7 and have been trying to install the newest audio module. I am receiving a lot of PHP errors with the newest edition [5.0] of the module as well as the current 4.7.x-dev edition. One of the errors is below.

Table 'me_drpl1.audio' doesn't exist query: SELECT * FROM audio WHERE vid=1702 in /home/me/public_html/ADR/includes/database.mysql.inc on line 121.

I have searched the support section and was unable to find any help. All I want for Christmas is my audio module to work again.

Comments

drewish’s picture

that doesn't make much sense. you just upgraded to 4.7? but your trying to use the 5.0 version? after upgrading from 4.6 (if that's what you really did) did you run the upgrade script? it's mentioned in the audio module's FAQ

alphadawg’s picture

I was unaware of the fact that I had to use the 4.7 version. How do I run the update script?

drewish’s picture

Status: Active » Fixed

uh, yeah, Drupal 4.7 would need the 4.7 version of the audio module.

i'll add some how-notes to http://drupal.org/node/57769

alphadawg’s picture

Thanks Drewish. I've fixed that problem and am now suffering from another. I have dug around the Support site and looked at several replies but none seem to match my error message.

Unknown column 'tag' in 'field list' query: SELECT tag, value FROM audio_metadata WHERE vid=409 in /home/my site/public_html/ADR/includes/database.mysql.inc on line 121.

I'm losing my mind here. Any idea?

Thanks so very much for taking the time to help me.

drewish’s picture

if you ran the upgrade and you're having problems with it, can we continue the discussion on that issue: http://drupal.org/node/57769
when you do please run the following query
SELECT * FROM audio_metadata LIMIT 10
and post the results

Anonymous’s picture

Status: Fixed » Closed (fixed)