Image & Video Gallery
Loading...
Database error 139: 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 'Collection)
GROUP BY chg.page_images_id
ORDER BY featured DESC' at line 11
SELECT chg.page_images_id AS image_id, chg.image_name, chg.image_height, chg.image_width, chg.image_caption, chg.featured,
chg.large_image AS big_image, chg.slider_caption, chg.series_name, chg.series_page_id AS series_id, chg.collection_name,
chg.collection_page_id AS collection_id, chg.vimeo_link
FROM cache_home_gallery AS chg
INNER JOIN cache_home_gallery_categories AS chg_categories ON (
chg_categories.chg_id = chg.id
)
WHERE 1 = 1
AND chg.collection_page_id IN (Henley Collection)
GROUP BY chg.page_images_id
ORDER BY featured DESC;