A Database Error Occurred
Error Number: 1064
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 comments.radioid_id = radioids.id ORDER BY comments.datetime desc' at line 6
SELECT comments.*, radioids.username FROM comments,radioids WHERE comments.parent_type=6 and comments.parent_id= and comments.radioid_id = radioids.id ORDER BY comments.datetime desc
Filename: application/models/comments_model.php
Line Number: 112