When I try to show the tasks, it shows this error:
We are sorry, an error prevented Feng Office from executing your request.
Please contact your Feng Office administrator.
To request official support, please contact Feng Office
--------------------------
The log file says:
Session "default" started at 2015-03-01T23:28:34+0000
#1 DEBUG: SQL ERROR: Query failed with message '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 'parent_id` = 0' at line 13' -
SELECT COUNT(o.id) AS total FROM fo_objects o
INNER JOIN fo_project_tasks e ON e.object_id = o.id
WHERE
true
AND (EXISTS (SELECT om.object_id
FROM fo_object_members om
WHERE om.member_id IN (9) AND o.id = om.object_id
GROUP BY object_id
HAVING count(member_id) = 1
))
AND o.object_type_id = 5
AND `o`.`trashed_on` = '0000-00-00 00:00:00' AND `o`.`archived_on` = '0000-00-00 00:00:00' AND `e`.`is_template` = 0 AND ` AND `parent_id` = 0
#2 FATAL: exception 'DBQueryError' with message 'Query failed with message '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 'parent_id` = 0' at line 13'' in /home/bibletod/public_html/office/environment/library/database/adapters/AbstractDBAdapter.class.php:392
Stack trace:
#0 /home/bibletod/public_html/office/environment/library/database/adapters/AbstractDBAdapter.class.php(310): AbstractDBAdapter->prepareAndExecute('

???SELECT C...', NULL)
#1 /home/bibletod/public_html/office/environment/library/database/DB.class.php(213): AbstractDBAdapter->executeAll('

???SELECT C...', NULL)
#2 /home/bibletod/public_html/office/application/models/ContentDataObjects.class.php(543): DB::executeAll('

???SELECT C...')
#3 /home/bibletod/public_html/office/application/controllers/TaskController.class.php(1046): ContentDataObjects->listing(Array)
#4 /home/bibletod/public_html/office/application/controllers/TaskController.class.php(1732): TaskController->getDateGroups('due_date', 'AND `e`.`is_tem...', Array, ' AND `parent_id...')
#5 /home/bibletod/public_html/office/application/controllers/TaskController.class.php(1787): TaskController->getGroups('due_date', 'AND `e`.`is_tem...', Array)
#6 /home/bibletod/public_html/office/environment/classes/controller/Controller.class.php(76): TaskController->get_tasks_groups_list()
#7 /home/bibletod/public_html/office/environment/classes/controller/PageController.class.php(62): Controller->execute('get_tasks_group...')
#8 /home/bibletod/public_html/office/environment/classes/Env.class.php(129): PageController->execute('get_tasks_group...')
#9 /home/bibletod/public_html/office/init.php(174): Env::executeAction('task', 'get_tasks_group...')
#10 /home/bibletod/public_html/office/index.php(9): require('/home/bibletod/...')
#11 {main}
Time since start: 0.296859025955 seconds
-------------------------------------------------------------------------------
Is this a mysql error? If so, how can I fix this? Just upgrade? Or should I wait for the next version?
Thanks.