xf_mg_media_watch: Race condition / DuplicateKeyException

Status
This content is read-only, or is not open for further replies.

nocte

Guest
offline
Just found this in my logs:

Code:

Code:
XF\Db\DuplicateKeyException: MySQL query error [1062]: Duplicate entry '573987-3509589' for key 'xf_mg_media_watch.PRIMARY' src/XF/Db/AbstractStatement.php:230
Generated by: *** 26.8.2025 at 13:00
Stack trace
INSERT  INTO `xf_mg_media_watch` (`media_id`, `user_id`, `notify_on`, `send_alert`, `send_email`) VALUES (?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL query err...', 1062, '23000')
#1...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom