We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Emoji not work | Forum

Valentin
Valentin Jan 25 '19
when an android user sends an emoji in chat, the one who receives the message,  receives: ???

Why?

I don't want plugin for emoji. 

I want the emoji from the keyboard to work

Paul
Paul Jan 25 '19
You have to change the Kollation of the message tables(s) from utf8_general_ci to utf8mb4_general_ci


I did this for the whole oxwall installation, like forum plugin, etc

Eliot More
Eliot More Jan 28 '19
I have the same problem
Valentin
Valentin Feb 24 '19
Still not working.


Valentin
Valentin Apr 12 '19

After I change from core/database.php

array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8;', to utf8mb4


the website is running hard and many features such as logging does not work. (parsererror)

it doesn't even work if I change it back.

How fix ?



Paul
Paul Apr 18 '19
Some plugins are using queries with collorate and combined tables have all to be utf8mb4


just take a look, where you have to change the tables.


oxwall has a default logging function?

Valentin
Valentin May 29 '19
I fixed