Reason (IMHO) for this are 2 bugs in community_tasks.module where db_query is called for table 'node' instead of '{node}'.
Search for 'db_query' within community_tasks.module. Wherever you find 'node' as the table name, simply replace with '{node}' (i found 2 occurences).
That worked for me, problem is gone.

CommentFileSizeAuthor
community_tasks.zip3.22 KBMartinWalla

Comments

matslats’s picture

Issue summary: View changes
Status: Active » Closed (fixed)