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
Comment #1
aron novakAlright, the CVS DRUPAL-6--1 branch already contains the fix.
It's a really unfortunate bug in that beta release :(