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. :-)

CommentFileSizeAuthor
#1 757594_location_cck_install.patch1.09 KBreubenavery

Comments

reubenavery’s picture

Status: Active » Needs review
StatusFileSize
new1.09 KB

Here's that patch..

ankur’s picture

Status: Needs review » Fixed

Committed to DRUPAL-6--3. Thanks for the catch and patch!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.