Warning: [mysql error 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 ' date_creation ASC, id ASC' at line 5
SELECT DISTINCT(id)
FROM piwigo293_images
INNER JOIN piwigo293_image_category AS ic ON id = ic.image_id
WHERE date_available>=LEAST(SUBDATE(CURRENT_DATE,INTERVAL 1 DAY),SUBDATE('2020-06-28 13:51:55',INTERVAL 1 DAY))
AND (category_id NOT IN (1,3,4,5,6,7,8,9))ORDER BY date_available DESC,, date_creation ASC, id ASC
; in /var/www/web352/html/gallery/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /var/www/web352/html/gallery/include/dblayer/functions_mysqli.inc.php:908
Stack trace:
#0 /var/www/web352/html/gallery/include/section_init.inc.php(469): query2array('\nSELECT DISTINC...', NULL, 'id')
#1 /var/www/web352/html/gallery/index.php(12): include('/var/www/web352...')
#2 {main}
thrown in /var/www/web352/html/gallery/include/dblayer/functions_mysqli.inc.php on line 908