Warning: [mysql error 1062] Duplicate entry '46012628' for key 'PRIMARY'
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,
'54.166.172.33',
'categories',
100,
NULL,
NULL,
NULL,
NULL,
NULL
)
; in D:\website\gallery.rabscuttle.com\include\dblayer\functions_mysqli.inc.php on line 845
Warning: [mysql error 1054] Unknown column 'history_id_to' in 'where clause'
SELECT
*
FROM piwigo_history_summary
WHERE history_id_to IS NOT NULL
ORDER BY history_id_to DESC
LIMIT 1
; in D:\website\gallery.rabscuttle.com\include\dblayer\functions_mysqli.inc.php on line 845
Fatal error: Call to a member function fetch_assoc() on a non-object in
D:\website\gallery.rabscuttle.com\include\dblayer\functions_mysqli.inc.php on line
911