| ( ! ) Warning: [mysql error 144] Table './gallery/piwigo_history' is marked as crashed and last (automatic?) repair failed
INSERT INTO piwigo_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,
'216.73.216.129',
NULL,
NULL,
81,
'high',
NULL,
NULL,
NULL
)
; in /home/gallery/public_html/include/dblayer/functions_mysqli.inc.php on line 847 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0041 | 359536 | {main}( ) | .../action.php:0 |
| 2 | 0.0158 | 565856 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0159 | 566240 | pwg_query( ) | .../functions.inc.php:511 |
| 4 | 0.0162 | 566288 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 5 | 0.0162 | 566800 | trigger_error
( ) | .../functions_mysqli.inc.php:847 |
| ( ! ) Warning: [mysql error 144] Table './gallery/piwigo_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 piwigo_history
WHERE id > 28143047
AND id <= 28193047
GROUP BY
date,
hour
ORDER BY
date ASC,
hour ASC
; in /home/gallery/public_html/include/dblayer/functions_mysqli.inc.php on line 847 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0041 | 359536 | {main}( ) | .../action.php:0 |
| 2 | 0.0158 | 565856 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0166 | 567448 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0282 | 568648 | pwg_query( ) | .../functions_history.inc.php:229 |
| 5 | 0.0285 | 568696 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 6 | 0.0286 | 569080 | trigger_error
( ) | .../functions_mysqli.inc.php:847 |
| ( ! ) Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/gallery/public_html/include/dblayer/functions_mysqli.inc.php on line 211 |
| ( ! ) Error: Call to a member function fetch_assoc() on bool in /home/gallery/public_html/include/dblayer/functions_mysqli.inc.php on line 211 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0041 | 359536 | {main}( ) | .../action.php:0 |
| 2 | 0.0158 | 565856 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0166 | 567448 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0288 | 568808 | pwg_db_fetch_assoc( ) | .../functions_history.inc.php:236 |