Warning: [mysql error 1226] User 'dunobjeccl1' has exceeded the 'max_questions' resource (current value: 9392)
SELECT DISTINCT(WEEK(date_available, 5)+1) as period,
COUNT(DISTINCT id) as nb_images FROM piwigo_images
INNER JOIN piwigo_image_category ON id = image_id
WHERE (category_id NOT IN (37,14,15,13,16,17,18,19,24,25,26,65,42,49,51,52,53,55,60,63,64,78,80)) AND date_available BETWEEN '2023-01-01' AND '2023-12-31 23:59:59'
GROUP BY period; in /home/dunobjeccl/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/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php:895
Stack trace:
#0 /home/dunobjeccl/www/include/calendar_base.class.php(242): query2array('\nSELECT DISTINC...', 'period', 'nb_images')
#1 /home/dunobjeccl/www/include/calendar_weekly.class.php(74): CalendarBase->build_nav_bar(1, Array)
#2 /home/dunobjeccl/www/include/functions_calendar.inc.php(192): CalendarWeekly->generate_category_content()
#3 /home/dunobjeccl/www/include/section_init.inc.php(576): initialize_calendar()
#4 /home/dunobjeccl/www/index.php(12): include('/home/dunobjecc...')
#5 {main}
thrown in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php on line 895
Warning: [mysql error 1226] User 'dunobjeccl1' has exceeded the 'max_questions' resource (current value: 9392)
REPLACE INTO piwigo_sessions
(id,data,expiration)
VALUES('D849df2452e0e453c40412cc2d5bbd6ba883','pwg_lang_switch|s:5:\"mn_MN\";pwg_device|s:7:\"desktop\";pwg_referer_image_id|s:4:\"2398\";',now())
; in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php on line 847