There is no update for changing the table nodequeue_queue - there was no column "link_remove" in Drupal 4.7 (I think). And there is no such function nodequeue_update.

I've made a sql query:

ALTER TABLE nodequeue_queue ADD COLUMN link_remove VARCHAR(255) DEFAULT '' NOT NULL

It helped :-)

Comments

merlinofchaos’s picture

Status: Active » Fixed

Wow, what a boneheaded bug that was.

Anonymous’s picture

Status: Fixed » Closed (fixed)