Warning: [mysql error 145] Table './photosdegf2002/piwigo_images' is marked as crashed and should be repaired
SELECT DISTINCT(DAYOFMONTH(date_creation)) as period,
COUNT(DISTINCT id) as nb_images FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE category_id IN (169)
AND (level<=0) AND date_creation BETWEEN '2013-09-01' AND '2013-09-30 23:59:59'
GROUP BY period; in /home/photosdegf/www/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/photosdegf/www/include/dblayer/functions_mysqli.inc.php:895
Stack trace:
#0 /home/photosdegf/www/include/calendar_base.class.php(242): query2array('\nSELECT DISTINC...', 'period', 'nb_images')
#1 /home/photosdegf/www/include/calendar_monthly.class.php(104): CalendarBase->build_nav_bar(2, Array)
#2 /home/photosdegf/www/include/functions_calendar.inc.php(192): CalendarMonthly->generate_category_content()
#3 /home/photosdegf/www/include/section_init.inc.php(576): initialize_calendar()
#4 /home/photosdegf/www/index.php(12): include('/home/photosdeg...')
#5 {main}
thrown in /home/photosdegf/www/include/dblayer/functions_mysqli.inc.php on line 895