HI,

I got this error while displaying an activity log with comment/shout form. Seems like its missing the shout table.

Thanks!

user warning: Unknown column 's.message' in 'field list' query: SELECT s.uid, s.message AS 'comment', s.cleared, s.time, u.uid, u.name AS registered_name, u.signature, u.signature_format, u.picture, u.data, c.thread, c.status FROM comments s INNER JOIN users u ON s.uid = u.uid WHERE uaid = 3 ORDER BY time DESC LIMIT 0, 10 in D:\xampp\htdocs\dev\sites\all\modules\heartbeat\modules\shouts\shouts.module on line 471.

Comments

Stalski’s picture

Assigned: Unassigned » Stalski
Status: Active » Fixed

Comments are divided in normal heartbeat comments and node comments for node context. I am still working on this but this issue should be solved

Stalski’s picture

Status: Fixed » Closed (fixed)