I get the following error at the end of the update process from unstable2 to unstable3:

user warning: Table 'dbname_munged.content_field_audio_attach' doesn't exist query: INSERT INTO content_field_audio_attach (nid, vid, delta, field_audio_attach_nid) SELECT n.nid, n.vid, a.weight, a.aid FROM audio_attach a INNER JOIN node n ON a.nid = n.nid in /site_path_munged/sites/default/modules/audio/contrib/attach/audio_attach.install on line 172.

Please let me know if I can provide further information.

CommentFileSizeAuthor
#2 audio_attach_344316.patch706 bytesdrewish

Comments

drewish’s picture

did you enable CCK and NodeReference before updating?

drewish’s picture

StatusFileSize
new706 bytes

this adds another check to the installer that should prevent you from updating without having it enabled.

Mike Stop Continues’s picture

I had the newest versions of CCK and Node Reference enabled and the update still gave me this error.

I just turned audio_attach off because I don't use it anyway, but I'm sure this info is useful.

----

user warning: Table 'db253915536.content_field_audio_attach' doesn't exist query: INSERT INTO content_field_audio_attach (nid, vid, delta, field_audio_attach_nid) SELECT n.nid, n.vid, a.weight, a.aid FROM ms_audio_attach a INNER JOIN ms_node n ON a.nid = n.nid in /homepages/31/d163972550/htdocs/DRUPAL/sites/all/modules/audio/contrib/attach/audio_attach.install on line 172.

----

Failed: INSERT INTO content_field_audio_attach (nid, vid, delta, field_audio_attach_nid) SELECT n.nid, n.vid, a.weight, a.aid FROM {audio_attach} a INNER JOIN {node} n ON a.nid = n.nid

tomws’s picture

Apologies for the delay. CCK>NodeReference was enabled. 6.x-2.1 to be exact.

stuffnthings’s picture

I am having the same troubles. I did have CCK and Nodereference enable as well. I also can not import audio.

csm61’s picture

You need to update the newest version of getID3() !
The newest version is 1.7.8b3.