| ( ! ) 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.124',
'categories',
NULL,
NULL,
NULL,
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.0001 | 357136 | {main}( ) | .../index.php:0 |
| 2 | 0.0267 | 742832 | pwg_log( ) | .../index.php:357 |
| 3 | 0.0267 | 744024 | pwg_query( ) | .../functions.inc.php:511 |
| 4 | 0.0289 | 744072 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 5 | 0.0289 | 744584 | 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.0001 | 357136 | {main}( ) | .../index.php:0 |
| 2 | 0.0267 | 742832 | pwg_log( ) | .../index.php:357 |
| 3 | 0.0291 | 745232 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0423 | 746432 | pwg_query( ) | .../functions_history.inc.php:229 |
| 5 | 0.0448 | 746480 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 6 | 0.0449 | 746864 | 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.0001 | 357136 | {main}( ) | .../index.php:0 |
| 2 | 0.0267 | 742832 | pwg_log( ) | .../index.php:357 |
| 3 | 0.0291 | 745232 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0452 | 746480 | pwg_db_fetch_assoc( ) | .../functions_history.inc.php:236 |