I was using the 7.x-3.x-dev version of nodequeue and there's no error but once I enabled autonodequeue and then visit "admin/structure/nodequeue" then there's an error "
The website encountered an unexpected error. Please try again later."

Looking at the log it show this

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'qid' in 'where clause': SELECT * FROM {nodequeue_types} WHERE qid IN (:qids_0, :qids_1, :qids_2, :qids_3); Array ( [:qids_0] => featured_portfolio [:qids_1] => frontpage [:qids_2] => package [:qids_3] => portfolio ) in autonodequeue_nodequeue_alter() (line 35 of /home/halcyoncomph/public_html/sites/all/modules/autonodequeue/autonodequeue.module).

Comments

rudiedirkx’s picture

Issue summary: View changes

  • fe657cf committed on 7.x-1.x
    Issue #2451415: The website encountered an unexpected error after...
rudiedirkx’s picture

Title: The website encountered an unexpected error after installing Autonodequeue » Make Autonodequeue compatible with Nodequeue 3.x
Category: Bug report » Feature request

Autonodequeue isn't compatible with Nodequeue 3.x. It's now in the .info file.

Obviously making it compatible is better. Probably need a new branch. Patches very welcome. I don't ever use Autonodequeue, so I won't be spending much time here.