Needs review
Project:
Heartbeat
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2012 at 00:17 UTC
Updated:
20 Jan 2014 at 19:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
socialnicheguru commentedNone of the tables are being installed
Comment #2
Stalski commentedTested on a clean install and everything gets installed just fine.
Maybe some of your modules got wrongly installed resulting or something, or maybe heartbeat module got status enabled while not installed.
Really can't reproduce :(
Comment #3
Stalski commentedIf you can provide information about how I can reproduce this, you may reopen this issue and I 'll help where I can.
Comment #4
pfrenssenThis can be reproduced with these steps:
Patch solves it by checking if the comments module is enabled before joining the `comment` table.
Comment #5
pfrenssenWoops I should learn to read better, this is unrelated to this issue.
Comment #6
mattsmith3 commentedWe had the same error, and the patch fixed it.
It's when the module tries to delete rows from 2 tables flag_content and flag_counts, just flag_counts exists. It was also hosing some of the pages on the site that use heartbeat views.
I'm setting back to needs review, since this is in fact an issue, and the patch does in fact fix it. Perhaps this is flag version issue?