aaPanel_Kern tienanhemho Is it possible to install the dependencies again after trying to install them manually? sudo yum install oniguruma-devel sudo dnf install oniguruma-devel
aaP_bobmarley4777 Hi there Kern, would be nice when we import a project/site with oneclick migrator to set up also the extension from php, seems it's not. Thank you
aaPanel_Kern Hello, in order to be compatible with different systems, the php extension will not be migrated.
luckybhumkar Executing the below command solved my mbstring issue My Stack 🔸 AlmaLinux 9.4 🔸 OpenLiteSpeed 1.8.1 Load repository sudo wget -O - https://repo.litespeed.sh | sudo bash Run any one command as per PHP version PHP 7.4 yum install lsphp74 lsphp74-mbstring PHP 8.1 yum install lsphp81 lsphp81-mbstring PHP 8.2 yum install lsphp82 lsphp82-mbstring PHP 8.3 yum install lsphp83 lsphp83-mbstring Restart PHP!
kloudboy this is tested and working fine. on oracle arm. sudo yum install lsphp81 lsphp81-mbstring lsphp81-gd lsphp81-opcache lsphp81-imagick --skip-broken