-
Notifications
You must be signed in to change notification settings - Fork 69
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
Email archiving with special characters (smileys) fails #97
Comments
Can you check your version number, please? We have not yet issued 3.0.25.2, we're only up to 3.0.18.0. Obviously if you're on your own branch you're on your own, but I have seen this bug recently and if my memory serves we've fixed it. |
I pulled the latest version from the master branch and compiled it myself just to make sure the problem wasn't fixed in the latest master version. |
Fair enough. So the version number when pulled was 3.0.18.0? Or 3.0.17.0? The number auto-increments each time you do a release build, so that probably accounts for the difference. I know we've seen this recently, but I can't currently find it in my notes. From memory, please check whether your MySQL database is configured to accept UTF. |
Yes, my database is configured to use utf8-general-ci. I pulled the version 3.0.18. |
OK. I know we've had that one, and I thought I had it fixed, but obviously
not. I'll put it on the list of things to do. If you could put a sample of
an emoticon that you know for certain doesn't save correctly for you into
this thread, I'll check that I can reproduce your error.
…On Tue, 26 Feb 2019 at 10:10, cperrot ***@***.***> wrote:
Yes, my database is configured to use utf8-general-ci. I pulled the
version 3.0.18.
I even tried to convert the descrition field in contacts and emails_text
into utf8mb4.
It worked for the contact.description field but the email_text.description
field still threw an error.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#97 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFPvW_KgmUDYK4Al3b8HWeXMf4lPHAtqks5vRQgLgaJpZM4bN-FO>
.
--
Simon Brooke :: http://www.journeyman.cc/~simon/
;; Stultus in monte
|
Scratch that, I see you've already given me one. I'll test it and let you know. |
OK, can confirm I can reproduce your error. It's on my TODO list, but I can't promise when. |
Do you have an ETA on this issue? |
salesagility/SuiteCRM#6447 |
Nearly a year and nothing ..... |
Issue
A email containing a smiley hex combination (\xF0\x9F\x98\x8A\x0D\x0A)
😊 fails with Internal Server Error 500
MySQL error 1366: Incorrect string value: '\xF0\x9F\x98\x8A\x0D\x0A...' for column 'description' at row 1
Expected Behavior
Not failing
Actual Behavior
Failing
Possible Fix
Either sanity check the content or delete non compatible symbols
Steps to Reproduce
Context
Logs
Your Environment
The text was updated successfully, but these errors were encountered: