Если открыть исходный файл с ошибкой, то увидим совсем безобидные строки -
$pathTmp = rtrim($pathTmp, $tailPattern);- if (mb_substr($path, 0, 1) === "/" && mb_substr($pathTmp, 0, 1) !== "/")$pathTmp = "/".$pathTmp;if ($pathTmp === '')$pathTmp = "/";
php7.4-mbstring - MBSTRING module for PHPphp-mbstring - MBSTRING module for PHP [default]php5.6-mbstring - MBSTRING module for PHPphp7.0-mbstring - MBSTRING module for PHPphp7.1-mbstring - MBSTRING module for PHPphp7.2-mbstring - MBSTRING module for PHPphp7.3-mbstring - MBSTRING module for PHPphp8.0-mbstring - MBSTRING module for PHPphp8.1-mbstring - MBSTRING module for PHPphp8.2-mbstring - MBSTRING module for PHP
sudo apt-get update && sudo apt-get install php8.2-mbstring && sudo service apache2 restart