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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | audio_attach_344316.patch | 706 bytes | drewish |
Comments
Comment #1
drewish commenteddid you enable CCK and NodeReference before updating?
Comment #2
drewish commentedthis adds another check to the installer that should prevent you from updating without having it enabled.
Comment #3
Mike Stop Continues commentedI 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
Comment #4
tomws commentedApologies for the delay. CCK>NodeReference was enabled. 6.x-2.1 to be exact.
Comment #5
stuffnthings commentedI am having the same troubles. I did have CCK and Nodereference enable as well. I also can not import audio.
Comment #6
csm61 commentedYou need to update the newest version of getID3() !
The newest version is 1.7.8b3.