Database error: Invalid SQL: SELECT `user`.`username`, `comment`.`id`, `comment`.`date-time` AS fc, `comment`.`content`
FROM `comment` INNER JOIN `user`
ON `comment`.`iduser`=`user`.`id`
WHERE itemtype=1 AND iditem=59137 AND status=1
ORDER BY `date-time` DESC LIMIT 0, 6 MySQL Error: 1052 (Column 'status' in where clause is ambiguous)