Query: SELECT COUNT(*) AS total_comments
FROM jhuser_comments AS uc
WHERE uc.user_id=
AND uc.status = '1' AND uc.parent_id = 0
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND uc.status = '1' AND uc.parent_id = 0' at line 4
Error Number: 1064