Missing modules in the modules config section #27241
Labels
Bug or PR need more information
This bug or PR needs more information (answer to a question or more accurate description)
Bug
This is a bug (something does not work as expected)
Bug
The end of the page is missing
And this is the bug reported by PHP
: Uncaught Error: Call to undefined function mb_strlen() in /var/www/dolibarr/htdocs/includes/parsedown/Parsedown.php:170
Stack trace: #0 /var/www/dolibarr/htdocs/includes/parsedown/Parsedown.php(39): Parsedown->lines() #1 /var/www/dolibarr/htdocs/core/lib/parsemd.lib.php(53): Parsedown->text() #2 /var/www/dolibarr/htdocs/core/modules/DolibarrModules.class.php(702): dolMd2Html() #3 /var/www/dolibarr/htdocs/admin/modules.php(704): DolibarrModules->getDescLong() #4 {main} thrown in**/var/www/dolibarr/htdocs/includes/parsedown/Parsedown.php** on line170
I resolved it by installing the PHP extension
sudo apt-get install php-mbstring
sudo service apache2 restart
And here is the environment : Dolibarr 18.0.3, PHP 8.2.7, Serveur sous Debian 6.1.66-1
Environment Version
18.0.3
Environment OS
Debian 6.1.66-1
Environment Web server
Apache/2.4.57
Environment PHP
8.2.7
Environment Database
No response
Environment URL(s)
htdocs/admin/modules.php?mainmenu=home
Expected and actual behavior
No response
Steps to reproduce the behavior
No response
Attached files
No response
The text was updated successfully, but these errors were encountered: