DATABASE ERROR: query_error
sql: SELECT users.*, opinions.*, COUNT(comments.id) AS comments FROM opinions LEFT JOIN users ON users.id = opinions.uid LEFT JOIN comments ON comments.rel_id = opinions.id AND comments.type = "opinions" AND comments.status=1 WHERE (users.group_id = "3") AND (opinions.status=1) AND (users.status=1) GROUP BY opinions.postdate ORDER BY opinions.postdate DESC;
error: Table 'db001.opinions' doesn't exist