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' at line 7

SELECT DISTINCT(image_id)
  FROM piwigo_image_category
    INNER JOIN piwigo_images ON id = image_id
  WHERE
    category_id = 10
AND (category_id NOT IN (213,259,32,17,329,328,362,285,151) AND level<=0)
   ORDER BY rank ASC
;
in /var/www/html/include/dblayer/functions_mysqli.inc.php on line 848

Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /var/www/html/include/dblayer/functions_mysqli.inc.php:910 Stack trace: #0 /var/www/html/include/section_init.inc.php(317): query2array('\nSELECT DISTINC...', NULL, 'image_id') #1 /var/www/html/index.php(12): include('/var/www/html/i...') #2 {main} thrown in /var/www/html/include/dblayer/functions_mysqli.inc.php on line 910