Error on updating to 8.5.5 (from 8.5.2, 8.5.3 and 8.5.4 succesful)

Have a site which was using 8.5.2. I couldn’t instantly update to 9.1.3 so decided to do step by step. These versions went OK:

8.5.3
8.5.4

Now installing 8.5.5 will give me the error page. In the logs I see:

concrete/src/Database/CharacterSetCollation/Resolver.php:178 The collation “utf8_unicode_ci” is not supported. (0)

This is database related then. But what should I be doing in this case? Anyone else had this issue before (since I haven’t had it before)?

Thanks!

OK, got this solved by changing the “character_set” in the /application/config/database.php file (to the charset from the actual db instead of the utf8_unicode one). So in case others get this error notice, look for the database config! :slight_smile:

2 Likes