Line 444 I think is commented out, and results in warnings like the following:
* warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/example/public_html/auction2007/modules/contributed/nodequeue-4.7.x-1.2/nodequeue/nodequeue.module on line 445.
* warning: implode() [function.implode]: Bad arguments. in /home/example/public_html/auction2007/modules/contributed/nodequeue-4.7.x-1.2/nodequeue/nodequeue.module on line 447.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT nq.qid FROM dru_nodequeue_queue nq INNER JOIN dru_nodequeue_types nt ON nt.qid = nq.qid INNER JOIN dru_nodequeue_roles nr ON nr.qid = nq.qid WHERE nt.type = 'product' AND nr.rid IN () in /home/example/public_html/auction2007/includes/database.mysql.inc on line 121.
Uncommenting out the line removes the error, though I never noticed the functionality change.
benjamin, Agaric Design Collective
Comments
Comment #1
merlinofchaos commentedThe nodequeue 1.x line is no longer available.
Comment #2
naheemsays commentedI am getting very similar errors with nodequeue 2.0-rc1:
This is from the node/%/nodequeue page - the nodequeue options do not show. Also, adding text to the add to nodequeue/remove from nodequeue options also gives similar errors on other pages(such as the homepage.)
Comment #3
naheemsays commentedComment #4
naheemsays commentedMoer info - this only happens if a user has permission to manipulate queues. The the user also has permission to manipulate all queues, the error messages go away.
(I am sorry for jumping in this issue - I think it may be different from the original wontfix issue, but I have already posted in this issue for this bug...)
Comment #5
naheemsays commentedComment #6
ezra-g commentedThis certainly is a critical issue.
In my testing, the patch at #275236: Manipulate all queues permission doesn't work also resolves this issue. Can you please confirm?
Comment #7
Anonymous (not verified) commentedyes. the patch at #275236: Manipulate all queues permission doesn't work also fixes this problem for me.
Comment #8
ezra-g commentedThis is fixed by #275236: Manipulate all queues permission doesn't work.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.