XF 2.1 Problem when adding emojione

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:
Otherwise you will have to set the above config value to false (or remove that from the config).
 
Top Bottom