Fails because the following statements by default don't have curly braces around feedapi and node table names:

db_query("UPDATE {feedapi} f, {node} n SET f.vid = n.vid WHERE n.nid = f.nid");
db_query("UPDATE {feedapi} SET vid = nid WHERE vid = 0");

Work around is to modify feedapi.install lines 189, 190 with the above, then rerun the update. I suggest rolling the fix into beta2.

Cheers,

Miles

Comments

aron novak’s picture

Version: 6.x-1.7-beta1 » 6.x-1.x-dev
Status: Active » Fixed

Alright, the CVS DRUPAL-6--1 branch already contains the fix.
It's a really unfortunate bug in that beta release :(

Status: Fixed » Closed (fixed)

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