Closed (fixed)
Project:
Node Auto Queue
Version:
7.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 Oct 2012 at 13:14 UTC
Updated:
4 Aug 2014 at 14:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eigentor commentedHm the module is still working for me with 2.0-beta1.
At least the basic functionality. But I guess you are specifically speaking of settings per content type?
Comment #2
davidfells81@gmail.com commented[deleted]
Comment #3
davidfells81@gmail.com commented[deleted]
Comment #4
davidfells81@gmail.com commentedJust installed a fresh D7 site, turned everything on, and it works just fine with the latest nodequeue release.
Comment #5
thirdender commentedDoesn't work again as of Nodequeue 7.x-3.x. I get an error "Notice: Undefined index: qid in auto_nodequeue_nodequeue_edit_queue_form_submit() (line 70 of .../sites/all/modules/auto_nodequeue/auto_nodequeue.module)." I think this is related to the issue Drop all use of $qid.
Comment #6
davidfells81@gmail.com commentedHaven't had opportunity to develop anything for this module in a while. It's on my radar. If anyone wants to help maintain I'm open to it.
Comment #7
vacilando commentedIndeed, broken with Nodequeue 7.x-3.x :-(
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Q.qid' in 'field list': SELECT Q.qid AS qid, Q.title AS title FROM {nodequeue_queue} Q INNER JOIN {nodequeue_types} T ON Q.qid = T.qid AND T.type = :type; Array ( [:type] => QUEUENAME ) in _auto_nodequeue_get_qids() (line 139 van /PATH/sites/all/modules/contrib/auto_nodequeue/auto_nodequeue.module).Comment #8
devd commentedHi Davidfells,
I have created the patch for this solution and it is working perfectally. This patch can be apply successfully using netbeans. If you think it is correct solution then you can commit using the following my git credentials
git config --global user.name "devendra.yadav"
git config --global user.email dev.firoza@gmail.com
Regards
Devendra Yadav
Comment #9
devd commentedCreated this patch is working successfully.
Comment #10
devd commentedThis patch will work with nodequeue 3.x.
Comment #11
chetan-singhal commented@devendra
thanks
Its works for me.
Comment #12
chetan-singhal commentedComment #13
anurag.chaudhary17 commentedThis is working fine for me as per the module description. Recommended for others.
Comment #14
davidfells81@gmail.com commented7.x-1.7 release includes this patch.
Comment #15
davidfells81@gmail.com commentedComment #16
davidfells81@gmail.com commentedMake that 7.x-1.8.