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' at line 7
SELECT DISTINCT(image_id)
FROM phpwebgallery_image_category
INNER JOIN phpwebgallery_images ON id = image_id
WHERE
category_id IN (212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,242,243,244,247,248,265,270,271,272,273,274,278,279,281,282,283,298,300,306,307,308,311,312,319,320,321,322,323,140)
AND (level<=0)
ORDER BY rank ASC,file ASC
; in /home/croftcol/www/galleries/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/croftcol/www/galleries/include/dblayer/functions_mysqli.inc.php:908
Stack trace:
#0 /home/croftcol/www/galleries/include/section_init.inc.php(317): query2array('\nSELECT DISTINC...', NULL, 'image_id')
#1 /home/croftcol/www/galleries/index.php(12): include('/home/croftcol/...')
#2 {main}
thrown in /home/croftcol/www/galleries/include/dblayer/functions_mysqli.inc.php on line 908