1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-
Pelotes
Warning: [mysql error 144] Table './woodsky/phpwebgallery_history' is marked as crashed and last (automatic?) repair failed
INSERT INTO phpwebgallery_history
(
date,
time,
user_id,
IP,
section,
category_id,
image_id,
image_type,
tag_ids
)
VALUES
(
CURRENT_DATE,
CURRENT_TIME,
2,
'216.73.216.171',
'categories',
NULL,
NULL,
NULL,
NULL
)
; in /mnt/129/sda/1/b/woodsky/PHOTOS/include/dblayer/functions_mysql.inc.php on line 656