| ( ! ) 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,
30,
'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.0003 | 360312 | {main}( ) | .../picture.php:0 |
| 2 | 0.0207 | 754816 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.0208 | 756008 | pwg_query( ) | .../functions.inc.php:511 |
| 4 | 0.0211 | 756056 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 5 | 0.0211 | 756568 | 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.0003 | 360312 | {main}( ) | .../picture.php:0 |
| 2 | 0.0207 | 754816 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.0213 | 757216 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0270 | 758416 | pwg_query( ) | .../functions_history.inc.php:229 |
| 5 | 0.0272 | 758464 | my_error( ) | .../functions_mysqli.inc.php:132 |
| 6 | 0.0272 | 758848 | 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.0003 | 360312 | {main}( ) | .../picture.php:0 |
| 2 | 0.0207 | 754816 | pwg_log( ) | .../picture.php:1041 |
| 3 | 0.0213 | 757216 | history_summarize( ) | .../functions.inc.php:517 |
| 4 | 0.0273 | 758464 | pwg_db_fetch_assoc( ) | .../functions_history.inc.php:236 |