I'm using the latest Open Atrium (1.0-beta5) and when I add time tracking to a comment I'm presented with this error, which stays on the site and there is one new error for each new time tracking.

user warning: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause query: SELECT SUM(stop - start) as sum, billable FROM yatt WHERE uid = 1 AND cid = 23 AND stop <> 0 in /path/to/sites/all/modules/yatt/yatt.module on line 1366.

CommentFileSizeAuthor
#1 yatt.759470.patch1.21 KBbaldwinlouie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

baldwinlouie’s picture

FileSize
1.21 KB

Here's a patch that adds the group by clause.

sanduhrs’s picture

Commited to 6-DEV.
Thanks.

sanduhrs’s picture

Status: Active » Fixed

Status update

Status: Fixed » Closed (fixed)

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