Migration 2.4.4 -> 2.5: utf-8 not installed (bug?!)

Re: Migration 2.4.4 -> 2.5: utf-8 not installed (bug?!)

by Jaswant Tak -
Number of replies: 0

Yes I guess there is a bug, it always says same message "Check database unicode" while everything database and all tables are utf8_unicode_ci

I temporary continued by changing return type to 'true' in lib/dml/mysqli_native_moodle_database.php for

function setup_is_unicodedb()

changed return $return; to return true;

But there is a bug for sure.

Thanks