Posted by kannanb on December 17, 2006 at 12:11pm
4 followers
Jump to:
| Project: | Nodequeue |
| Version: | 4.7.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
The nodequeue module shows No of nodes in the queue as 19 but the actual number is 31.
When logging in as admin the correct view is there. But for other users having priviliges this problem is there.
Comments
#1
I'm also having the same problem, it is only working for the user with the uid "1".
#2
I'm having a similar, though not exactly the same problem.
The nodequeue tab is only exposed to the drupal no. 1 user, the other users that I have granted nodequeue admin access can change the settings, but the tab is not exposed.
This is the error I get in the watchdog:
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 nodequeue_queue nq INNER JOIN nodequeue_types nt ON nt.qid = nq.qid INNER JOIN nodequeue_roles nr ON nr.qid = nq.qid WHERE nt.type = 'content_change' AND nr.rid IN () in /var/www/html/includes/database.mysql.inc on line 121.
Any ideas?
Thanks
#3
This is almost certainly happening because of access control; nodequeue cannot make access controlled nodes appear. There's nothing nodequeue can do about this; it is recommended that you not put nodes that are restricted into a queue.
The nodequeue 1.x line is no longer available.