"user warning: Unknown column 't.parent' in 'field list' query: SELECT n.nid, t.parent, u.name AS assigned_name, t.assigned_to, a.taskcategory, a.tasktype, a.task_tree_left, a.task_tree_right, a.task_tree_depth, 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) ORDER BY u.name, a.task_tree_left ASC in C:\xampp\htdocs\xampp\projects\includes\database.mysql.inc on line 172."

I have installed Tasklist Advanced. My install went fine. Did TaskList first, then Tasklist Advanced. Neither showed errors.

When I click on site/tasks, I get this error.

Comments

nimzie’s picture

This bug is in Tasklist Advanced and has to do with referencing "parent" as a field in the Task DB as opposed to task_parent.

Easy fix.

scor’s picture

Project: Tasks Configuration Kit » Tasklist Advanced
Version: 5.x-2.x-dev » master

moving to tasklist_advanced, which should be updated to work with the modified task_parent field of tasks.module. see http://drupal.org/node/128552

scor’s picture

Title: Usage bug - » update tasklist advanced to work with tasklist 1.2
moonray’s picture

Status: Active » Closed (duplicate)

Duplicate of #147225
It has been fixed in CVS.