ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 33,038
- Points
- 823
Reputation:
Similar to this bug:
https://xenforo.com/community/threads/xf_mg_media_watch-race-condition-duplicatekeyexception.232811/
I found a few errors like this one from today in the logs:
Code:
Read more
Continue reading...
https://xenforo.com/community/threads/xf_mg_media_watch-race-condition-duplicatekeyexception.232811/
I found a few errors like this one from today in the logs:
Code:
Code:
XF\Db\DuplicateKeyException: MySQL query error [1062]: Duplicate entry '379930-508458' for key 'xf_mg_album_watch.PRIMARY' src/XF/Db/AbstractStatement.php:225
Generated by: *** 3.9.2026 at 22:13
Stack trace
INSERT INTO `xf_mg_album_watch` (`album_id`, `user_id`, `notify_on`, `send_alert`, `send_email`)...
Read more
Continue reading...