Chris D XenForo developer Staff member Sep 24, 2021 #2 This would typically mean these MySQL config values aren't set high enough: Code: wait_timeout max_allowed_packet These can mean that longer running tasks can cause MySQL to disconnect before the code is finished. Upvote 0 Downvote
This would typically mean these MySQL config values aren't set high enough: Code: wait_timeout max_allowed_packet These can mean that longer running tasks can cause MySQL to disconnect before the code is finished.
Alexander. Active member Sep 24, 2021 #3 Chris D said: This would typically mean these MySQL config values aren't set high enough: Code: wait_timeout max_allowed_packet These can mean that longer running tasks can cause MySQL to disconnect before the code is finished. Click to expand... How could this be increased? Guessing it's because it's trying to send the message to 1000's of users? Upvote 0 Downvote
Chris D said: This would typically mean these MySQL config values aren't set high enough: Code: wait_timeout max_allowed_packet These can mean that longer running tasks can cause MySQL to disconnect before the code is finished. Click to expand... How could this be increased? Guessing it's because it's trying to send the message to 1000's of users?
P Paul B XenForo moderator Staff member Sep 24, 2021 #4 You set/change the values in the mysql.cnf file on the server. Upvote 0 Downvote