Active
Project:
Autonodequeue
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2015 at 00:12 UTC
Updated:
13 Mar 2015 at 11:21 UTC
Jump to comment: Most recent
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
Comment #1
rudiedirkx commentedComment #3
rudiedirkx commentedAutonodequeue isn't compatible with Nodequeue 3.x. It's now in the
.infofile.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.