Warning: mysqli::query(): (HY000/1194): Table 'piwi_history' is marked as crashed and should be repaired in /var/www/clients/client24405/web26957/web/piwigo/include/dblayer/functions_mysqli.inc.php on line 132
Warning: [mysql error 1194] Table 'piwi_history' is marked as crashed and should be repaired
SELECT
date,
HOUR(time) AS hour,
MIN(id) AS min_id,
MAX(id) AS max_id,
COUNT(*) AS nb_pages
FROM piwi_history
WHERE id > 1335000
AND id <= 1385000
GROUP BY
date,
hour
ORDER BY
date ASC,
hour ASC
; in /var/www/clients/client24405/web26957/web/piwigo/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /var/www/clients/client24405/web26957/web/piwigo/include/dblayer/functions_mysqli.inc.php:211
Stack trace:
#0 /var/www/clients/client24405/web26957/web/piwigo/admin/include/functions_history.inc.php(236): pwg_db_fetch_assoc(false)
#1 /var/www/clients/client24405/web26957/web/piwigo/include/functions.inc.php(517): history_summarize(50000)
#2 /var/www/clients/client24405/web26957/web/piwigo/index.php(357): pwg_log()
#3 {main}
thrown in /var/www/clients/client24405/web26957/web/piwigo/include/dblayer/functions_mysqli.inc.php on line 211