NoticeUndefined offset: 0models/films_model.php308NoticeTrying to get property of non-objectmodels/films_model.php308An Error Was Encountered
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND fs.ext IN ('jpg', 'jpeg') ORDER BY f.id' at line 3
SELECT f.*, fs.url, fs.source FROM file_source fs LEFT JOIN film_attachment f ON f.file_id = fs.id WHERE f.film_id = AND fs.ext IN ('jpg', 'jpeg') ORDER BY f.id