I installed the 3.x dev version freshly and get the following error running the update.php.
The message before apply

7300 - Remove qid fields and adjust keys and indexes to use machine name.

and the error after "apply pending updates"

The following updates returned messages
nodequeue module
Update #7300

Failed: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'nq.qid' in 'field list': SELECT nq.qid AS qid, nq.name AS name FROM {nodequeue_queue} nq; Array ( ) in nodequeue_update_7300() (line 417 of /Applications/MAMP/htdocs/100_Projects/thezooproject2013/sites/default/modules/core-extensions/nodequeue/nodequeue.install).

Comments

drupa11y’s picture

Category: bug » support

Does this mean that I could remove the "Update #7300" within the "nodequeue.install"-file ?

jenlampton’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

The 7.x-3.x release release is no longer under development and is not supported. Sites using 7.x-3.x should migrate to Entityqueue. If you need to migrate from Nodequeue to Entityqueue, you can use the Nodequeue migrate module.