| ( ! ) 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.116',
NULL,
NULL,
251,
'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.0002 | 358088 | {main}( ) | .../action.php:0 |
| 2 | 0.0115 | 564728 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0115 | 565112 | pwg_query( ) | .../functions.inc.php:511 |
| 4 | 0.0119 | 565160 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 5 | 0.0119 | 565672 | 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.0002 | 358088 | {main}( ) | .../action.php:0 |
| 2 | 0.0115 | 564728 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0122 | 566320 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0214 | 567520 | pwg_query( ) | .../functions_history.inc.php:229 |
| 5 | 0.0217 | 567568 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 6 | 0.0217 | 567952 | 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.0002 | 358088 | {main}( ) | .../action.php:0 |
| 2 | 0.0115 | 564728 | pwg_log( ) | .../action.php:149 |
| 3 | 0.0122 | 566320 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0219 | 567680 | pwg_db_fetch_assoc( ) | .../functions_history.inc.php:236 |