Closed (fixed)
Project:
Audio
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2006 at 20:04 UTC
Updated:
4 Jan 2007 at 17:15 UTC
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
Comment #1
drewish commentedthat 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
Comment #2
alphadawg commentedI was unaware of the fact that I had to use the 4.7 version. How do I run the update script?
Comment #3
drewish commenteduh, 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
Comment #4
alphadawg commentedThanks 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.
Comment #5
drewish commentedif 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 10and post the results
Comment #6
(not verified) commented