Warning: [mysql error 144] Table './u9br100_piwi179/piwi_history' is marked as crashed and last (automatic?) repair failed
INSERT INTO piwi_history
(
date,
time,
user_id,
IP,
section,
category_id,
image_id,
image_type,
format_id,
auth_key_id,
tag_ids
)
VALUES
(
CURRENT_DATE,
CURRENT_TIME,
2,
'3.221.159.255',
'categories',
854,
NULL,
NULL,
NULL,
NULL,
NULL
)
; in /home/u9br100/public_html/piwigo/include/dblayer/functions_mysqli.inc.php on line 856
Warning: [mysql error 144] Table './u9br100_piwi179/piwi_history' is marked as crashed and last (automatic?) repair failed
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 > 20341000
AND id <= 20391000
GROUP BY
date,
hour
ORDER BY
date ASC,
hour ASC
; in /home/u9br100/public_html/piwigo/include/dblayer/functions_mysqli.inc.php on line 856
Fatal error: Call to a member function fetch_assoc() on boolean in /home/u9br100/public_html/piwigo/include/dblayer/functions_mysqli.inc.php on line 220