Just updated to latest dev build, and hit the following SQL error in update.php:
user warning: Unknown column 'node.vid' in 'on clause' query: update_sql /* Administrator : update_sql */ INSERT INTO mytoms_location_instance_tmp (nid, vid, genid, lid) SELECT nid, vid, l.genid, l.lid FROM mytoms_node JOIN (SELECT SUBSTRING_INDEX(genid, ':', -1) as genvid, lid, genid FROM mytoms_location_instance) as l ON node.vid = l.genvid in location/contrib/location_cck/location_cck.install on line 57.
This is occurring because my site is using database prefixes. I tracked the error down and will post a patch. :-)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 757594_location_cck_install.patch | 1.09 KB | reubenavery |
Comments
Comment #1
reubenavery commentedHere's that patch..
Comment #2
ankur commentedCommitted to DRUPAL-6--3. Thanks for the catch and patch!
Comment #3
yesct commentedhttp://drupal.org/cvs?commit=348290
http://drupal.org/cvs?commit=348288