Warning: [mysql error 145] Table './Photos/piwigo_images' is marked as crashed and should be repaired
SELECT DATE_FORMAT(date_available, '%Y%m') as period,
COUNT(distinct id) as count FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE (category_id NOT IN (127,126,17,105,45,217,79)) AND date_available IS NOT NULL
GROUP BY period
ORDER BY YEAR(date_available) DESC, MONTH(date_available) ASC in /home/e-smith/files/ibays/piwigo/html/include/dblayer/functions_mysqli.inc.php on line 864
Fatal error: Call to a member function fetch_assoc() on a non-object in /home/e-smith/files/ibays/piwigo/html/include/dblayer/functions_mysqli.inc.php on line 228