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 5
SELECT DISTINCT id FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE (category_id NOT IN (36,22))
AND date_available BETWEEN '2015-05-24' AND '2015-05-24 23:59:59'
ORDER BY date_available ASC, rank ASC, file ASC, id ASC in /home/kgchost/kennedygrandcanyon.com/photos/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/kgchost/kennedygrandcanyon.com/photos/include/dblayer/functions_mysqli.inc.php:908
Stack trace:
#0 /home/kgchost/kennedygrandcanyon.com/photos/include/functions.inc.php(1551): query2array('SELECT DISTINCT...', NULL, 'id')
#1 /home/kgchost/kennedygrandcanyon.com/photos/include/functions_calendar.inc.php(296): array_from_query('SELECT DISTINCT...', 'id')
#2 /home/kgchost/kennedygrandcanyon.com/photos/include/section_init.inc.php(571): initialize_calendar()
#3 /home/kgchost/kennedygrandcanyon.com/photos/index.php(12): include('/home/kgchost/k...')
#4 {main}
thrown in /home/kgchost/kennedygrandcanyon.com/photos/include/dblayer/functions_mysqli.inc.php on line 908