We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
Sorry but the host isn't meeting our minimum requirements.
We require at least MySQL 5.5.3, which was released in 2010.
Often webhosts don't upgrade their software for very long periods, which is also a security risk.
The reason we need utf8mb4 is because it is required to save emojis. Without it, pasting in an emoji would cause query errors, as the database would not recognise the character.
Basically utf8mb4 is as close to real utf-8 that MySQL can do. MySQL's utf8 is very much not proper utf-8.
#3478 - Difficulty installing Composr CMS — Step 5 of 10 Installer Error Occurred
We require at least MySQL 5.5.3, which was released in 2010.
Often webhosts don't upgrade their software for very long periods, which is also a security risk.
The reason we need utf8mb4 is because it is required to save emojis. Without it, pasting in an emoji would cause query errors, as the database would not recognise the character.
Basically utf8mb4 is as close to real utf-8 that MySQL can do. MySQL's utf8 is very much not proper utf-8.