Comment to Problem displaying course after creating it
-
I switched to version 8.3 and unfortunately no change.
The function
mb_substr()
(multibyte string substr) expects the first argument to be of typestring
, but anarray
is being passed instead. Themb_substr()
function is used to manipulate strings, but it cannot work with arrays. This issue occurs specifically on line 867 in yourutils.inc.php
file.