-
Notifications
You must be signed in to change notification settings - Fork 33
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
Incorrect string value for debug logs #265
Comments
Note: This also occurs when merging forums. The issue is related to how binary data is handled, but I'm not 100% sure of the best approach to solve this. |
What kind of db system are you using? MySQL? Both #235 and #241 are relevant to this issue. #235 (comment) provides some ideas that may be helpful but may not be ideal, and not sure if they're applicable to db systems other than MySQL. |
Yeah, I'm on MariaDB 10.5, using UTF8 mb4. I'm using the standard |
Yes, also having this issue and @euantorano has been super helpful in regards to tackling multiple vanilla issues. |
Note: This should be resolved by#267. |
Whilst debugging #264, I've occasionally come across the following error:
This is during the
Users
stage, the issue appears to be the IP address for a user:'UpdateIPAddress\' => \'�?�g\'
. An extract of the query is below:The text was updated successfully, but these errors were encountered: