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 (1500)
AND (level<=0)
AND date_creation BETWEEN '2016-06-01' AND '2016-06-30 23:59:59'
ORDER BY date_creation 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/index.php(12): include('/home/ahenrotr/...')
#4 {main}
thrown in /home/ahenrotr/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 908