-
Notifications
You must be signed in to change notification settings - Fork 510
Description
Trying Chamilo in a Debian GNU/Linux 12 (Stable) server, just following the Install Chamilo link I get a page with message:
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /srv/www/somtecnologia.com/www/site.tree/public/lms/chamilo/main/inc/lib/internationalization.lib.php on line 1210
Although I read on Chamilo project website "Chamilo only supports PHP 7.4", I'm asking to developer team to compatibilize it with PHP versions 8.1 to 8.4 , the only currently supported and included in major OS distributions and servers.
Related issue: #5849
Note that Debian GNU/Linux 11 (Old) provided PHP 7.3 and not 7.4 version exactly.