Alrajabane Member Licensed customer Feb 1, 2019 #1 Hi .. When you add an emojione icon to posts, the error appears:
Chris D XenForo developer Staff member Licensed customer Feb 1, 2019 #2 It sounds like you have: PHP: $config['fullUnicode'] = true; In your config file, but you haven't yet converted your database to support emoji. The instructions for that are here: Emoji and unicode support | XenForo XenForo 2 supports full unicode text, which means that emoji can be used in almost all locations that users can enter text. xenforo.com Otherwise you will have to set the above config value to false (or remove that from the config). Upvote 0 Downvote
It sounds like you have: PHP: $config['fullUnicode'] = true; In your config file, but you haven't yet converted your database to support emoji. The instructions for that are here: Emoji and unicode support | XenForo XenForo 2 supports full unicode text, which means that emoji can be used in almost all locations that users can enter text. xenforo.com Otherwise you will have to set the above config value to false (or remove that from the config).
Alrajabane Member Licensed customer Feb 1, 2019 #3 Thank you . The rule was converted .. Upvote 0 Downvote