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 'ASC, file ASC, id ASC' at line 6
SELECT DISTINCT id FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE category_id IN (623,624,625)
AND (level<=0)
AND date_available BETWEEN '2016-01-01' AND '2016-12-31 23:59:59' AND WEEK(date_available, 5)+1=6
ORDER BY date_available ASC, rank ASC, file ASC, id ASC in /home/ahenrotr/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/ahenrotr/www/piwigo/include/dblayer/functions_mysqli.inc.php:908
Stack trace:
#0 /home/ahenrotr/www/piwigo/include/functions.inc.php(1640): query2array('SELECT DISTINCT...', NULL, 'id')
#1 /home/ahenrotr/www/piwigo/include/functions_calendar.inc.php(296): array_from_query('SELECT DISTINCT...', 'id')
#2 /home/ahenrotr/www/piwigo/include/section_init.inc.php(576): initialize_calendar()
#3 /home/ahenrotr/www/piwigo/picture.php(11): include('/home/ahenrotr/...')
#4 {main}
thrown in /home/ahenrotr/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 908