Folks,
Can you give me some direction on resolving the issue causing this error message to pop up? Appreciate any info that leads to resolving it. I have reviewed installation notes and haven't found any reason through that route. I've included page tags as well to help you to determine which screen/page this was popping up on. It is the "Submit Task" screen to me.

Submit Task

user warning: Unknown column 't.parent' in 'field list' query: SELECT n.nid, n.title, t.parent FROM node n INNER JOIN tasks t ON t.nid = n.nid INNER JOIN tasks_advanced a ON a.nid = n.nid WHERE n.type='tasks' AND t.completed = '0000-00-00' AND a.tasktype = 'project' AND n.nid != 0 ORDER BY IF(t.parent = 0,0,1), n.title ASC in /home/content/k/w/l/kwlandry/html/drupal52a/includes/database.mysql.inc on line 172.

Details
Task Type:
Action
Project
Task Category:
Parent Tasklist:
Task Name: *
About this task:

Thanks,
KWL

Comments

golpuneh20’s picture

I have the same problem...:(

Ca-ching’s picture

I know, it's getting really annoying!

scor’s picture

Status: Active » Postponed (maintainer needs more info)

I'm surprised to find "t.parent" in the SQL query. you can't be running tasklist 5.x-1.2 since these were fixed in 1.2.
can you check what version of the module you're running in admin/build/modules? if you're not running 1.2, please update to 1.2

moonray’s picture

Status: Postponed (maintainer needs more info) » Fixed

That was an issue with tasks_advanced not having been updated when tasks was updated to 5.x-1.2. It should be fixed in the new version of tasks_advanced.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.