When going to 'my tasks' in the tasks_advanced.module I get the following error if I have the checklist module enabled:
User Lennart Kiil
Location http://eliberator.org/tasks/user/modules/checklist/checklist.css
Referrer http://eliberator.org/tasks/user/1
Message Unknown column 'modules' in 'where clause' query: SELECT n.nid, u.name AS assigned_name, t.assigned_to, a.taskcategory, a.tasktype, u.data FROM node n INNER JOIN tasks t ON t.nid = n.nid INNER JOIN tasks_advanced a ON a.nid = n.nid LEFT JOIN users u ON u.uid = t.assigned_to WHERE n.status = 1 AND n.type='tasks' AND t.completed = 0000-00-00 AND u.uid = modules ORDER BY u.name, t.order_by in /mounted-storage/home19d/sub001/sc11519-EPMC/www/eli/includes/database.mysql.inc on line 120.
Severity error
Not sure which of the modules is to fault - so I posted this as a potential bug with both.
Thanks
Lennart
Comments
Comment #1
moonray commentedCould you give me the URL that you used when you got that error, and the URL of the page you came from when you got that error?
It seems that you got to:
I'll write in some code to protect against that...
Comment #2
moonray commentedI just noticed you included those URLs. Sorry. :)
Still not sure how you got a link to
http://eliberator.org/tasks/user/modules/checklist/checklist.cssI'll install the checklist module and figure it out.
Comment #3
moonray commentedI did a clean install with tasks_advanced (cvs) and checklist (cvs) installed, and found no such issue.
Maybe something else is going on on your end? Perhaps a theme issue?