| ( ! ) 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,
'18.97.14.83',
'most_visited',
NULL,
37,
'picture',
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.0047 | 360280 | {main}( ) | .../picture.php:0 |
| 2 | 0.1942 | 754616 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.1956 | 755808 | pwg_query( ) | .../functions.inc.php:511 |
| 4 | 0.1985 | 755856 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 5 | 0.1987 | 756368 | 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.0047 | 360280 | {main}( ) | .../picture.php:0 |
| 2 | 0.1942 | 754616 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.2009 | 757016 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.2067 | 758216 | pwg_query( ) | .../functions_history.inc.php:229 |
| 5 | 0.2070 | 758264 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 6 | 0.2070 | 758648 | 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.0047 | 360280 | {main}( ) | .../picture.php:0 |
| 2 | 0.1942 | 754616 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.2009 | 757016 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.2073 | 758264 | pwg_db_fetch_assoc( ) | .../functions_history.inc.php:236 |