32768 – Database error, Duplicate entry ‘lastNotificationID’
-
Hi,
we have in error logs the following error:Error 32768 - Database error
Duplicate entry 'lastNotificationID' for key 'PRIMARY'
INSERT INTO wp_wfConfig (name, val, autoload) values ('lastNotificationID', '1', 'no')I’ve seen responses to the same issue that we should suppress errors. Well, please let me suggest a solution to change from
INSERT
intoUPDATE
statement and the issue would be solved, no error suppression would be needed. Error reporting is a messenger, not good to kill the messenger ??
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.