[4.0] Enable utf8mb4 in database connections#24704
Conversation
|
Does not solve the issue here. |
|
:) same error for me after applying the patch and trying to create an article with an emoji as the title |
|
correction: The difference between the two cases is either due to the INSERT vs UPDATE in the sql |
|
It might not fix that issue, but it does in general fix the configuration issue of utf8mb4 needing to be explicitly enabled in the driver config. So, this should still be merged but further troubleshooting of #24697 might be needed. |
|
OK So at minimum I'd hope that the |
|
@wilsonge |
|
Ugh I made a really stupid bug in the code. Can you try again please |
|
Checking now... |
|
Awesome. System config now reads collect collation for both DB Drivers and I am able to save Emoji's as well. Database Connection Collation | |
|
This passed on drone but it hasn't apparently sent the response back to github http://ci.joomla.org/joomla/joomla-cms/17341 :( |
|
Merging with the good test and @mbabker 's review |
|
Just confirming it worked for me too This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24704. |
|
Further confirmed that the emoji's work on new and existing articles and in title and article description as well. Thank you @wilsonge for the promptness in getting this done. |
|
No worries. Thanks for reporting it! |


Pull Request for Issue #24697
Enables UTF8MB4 support in the database drivers when available