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 type string, but an array is being passed instead. The mb_substr() function is used to manipulate strings, but it cannot work with arrays. This issue occurs specifically on line 867 in your utils.inc.php file.