-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown MySQL Error #23
Comments
🙃 Looks pretty random. Does it recover by itself or do you need to restart? |
It recovers on its own _fnc = { } |
no need for that.
how fast? |
hm.. 5-10 min it recovered. |
Did you ever figure out the cause of this? I've come across an almost identical issue with my own extdb extension, right down to the exact same invalid number of params. |
After 3 hours of successful work, problems with writing to the database begin; reading did not check. I get the error in rpt below.
19:37:24 Error in expression <interceptOnFrame> 19:37:24 Error position: <interceptOnFrame> 19:37:24 Error Intercept-DB exception: Invalid number of bind values. Expected 16129 got 2 at INSERT INTO performance_log (type,value,timestamp) VALUES (?,?,NOW())
MySQL Server was working normally
The text was updated successfully, but these errors were encountered: