Hello,
I’m having a problem saving articles in the database when I insert an emoji in its content.
I’ve found that it’s due to some tables in my database being in ‘utf8mb3_general_ci’ instead of ‘utf8mb4’.
I read the following query:
but I can’t change the collation of my tables!
When I try to make the change in AdminerEvo, I get the following message:
‘Invalid default value for ‘post_date’ ’
How can I change the collation or/and how can I insert emojis in my articles?
Thanks for your help,
Simon
Hi @Nick-B !
Thanks a lot! The sql commands given by your first link allowed me to change the Collation of my tables.
I can now insert emojis in my posts and save/publish them !