Debug info: SQLState: 42000<br>
Error Code: 448<br>
Message: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid collation 'SQL_Latin1_General_CP1_CS_Al'.<br>
SELECT id FROM mdl_user WHERE LEN(password) = 32 AND password COLLATE SQL_Latin1_General_CP1_CS_Al NOT LIKE N'$2y$%' ESCAPE '\'
[array (
0 => '$2y$%',
)]
Error code: dmlreadexception
Hi,
Is there any solution to this issue?
Found this tracker: https://tracker.moodle.org/browse/MDL-80483 it seems the issue is still there. #cmiiw
https://moodle.org/mod/forum/discuss.php?d=453195
https://moodle.org/mod/forum/discuss.php?d=464594
There will probably never be a fix but if you don't shy away from altering the code, Whalon has found the code snippets that need to be changed.
I didn't do that and installed another moodle with the correct standard collation instead.
Best, Maresa
https://moodle.org/mod/forum/discuss.php?d=464594
There will probably never be a fix but if you don't shy away from altering the code, Whalon has found the code snippets that need to be changed.
I didn't do that and installed another moodle with the correct standard collation instead.
Best, Maresa