Closed (fixed)
Project:
Karma
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2007 at 00:27 UTC
Updated:
27 Oct 2007 at 00:11 UTC
As per this post: http://drupal.org/node/175553
SELECT DISTINCT(nid) FROM comments
needs changed to
SELECT DISTINCT(nid) FROM {comments}
and also
FROM comments c LEFT JOIN karma_objects
needs changed to
FROM {comments} c LEFT JOIN {karma_objects}
There was a third that I found that I can't find offhand, but if you just search "FROM comments" with your editor, you'll find all three.
Cheers!
Eric
Comments
Comment #1
mcarbone commentedFixed -- thanks.
Comment #2
(not verified) commented