Warning: [mysql error 144] Table './piwigo_miki/history' is marked as crashed and last (automatic?) repair failed
INSERT INTO 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,
'54.236.58.220',
'tags',
NULL,
NULL,
NULL,
NULL,
NULL,
'14'
)
; in /srv/www/www.semeliker.net/include/dblayer/functions_mysqli.inc.php on line 856
Warning: [mysql error 144] Table './piwigo_miki/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 history
WHERE id > 13687512
AND id <= 13737512
GROUP BY
date,
hour
ORDER BY
date ASC,
hour ASC
; in /srv/www/www.semeliker.net/include/dblayer/functions_mysqli.inc.php on line 856
Fatal error: Call to a member function fetch_assoc() on a non-object in /srv/www/www.semeliker.net/include/dblayer/functions_mysqli.inc.php on line 220