kiranrs
Hello, what web service are you using? Try reinstalling php. And check the installation process for errors,
What is your CPU architecture? What is a server operating system?
Mbstring not enabled in PHP 8.3
I also encountered the same error when using php8.3. Looking forward to the solution
- Edited
aaPanel_Kern - I'm using the server mainly the development for the Laravel applications. I'm using Linux debian10 4.19.0-26-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64 , aaPanel LinuxStable 6.8.33. I'm not getting any errors while installing the PHP. I reinstalled with Compiled mode, Fast mode is not working
Same issue here...Can anyone please help ?
edit /www/server/panel/install/php.sh
find version == 8.3 , add --enable-mbstring following —enable-mysqlnd
save
reinstall
bash /www/server/panel/install/php.sh install 8.3
The mbstring extension is not available with Ubuntu 20.04.6 LTS x86_64, PHP 8.3.
Panel version: 7.0.6
- Edited
iwaacoo
It seems to be included in the file (--enable-mbstrin), but it still doesn't install.[upl-image-preview
Hello, if the installation is not successful, you can try to install the extension again in the PHP interface and check the installation log: /tmp/panelExec.log
- Edited
Thanks, I didn't know that it could be installed in the php section until now.
can confirm, not posible to install right now:
`
https://na1-node.bt.cn
selecting download node...
PHP Warning: PHP Startup: Unable to load dynamic library 'mbstring' (tried: /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mbstring (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mbstring: cannot open shared object file: No such file or directory), /www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mbstring.so (/www/server/php/83/lib/php/extensions/no-debug-non-zts-20230831/mbstring.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
mbstring.sh: line 46: cd: /www/server/php/83/src/ext/mbstring: No such file or directory
Cannot find config.m4.
Make sure that you run '/www/server/php/83/bin/phpize' in the top level source directory of the module
mbstring.sh: line 48: ./configure: No such file or directory
make: *** No targets specified and no makefile found. Stop.
error
|-Successify --- Command executed! ---
`
Hello, is it possible to solve the problem by trying to install php using compiled mode?
I have the same problem, I can't install any extension.
VPS with Ubuntu 24.04
Nginx 1.24.0
PHP-8.3
Intel(R) Xeon(R) Gold 6138 CPU @ 2.00GHz * 2 CPU
2GB RAM
Hello, please check the installation log to see what went wrong. /tmp/panelExec.log
aaPanel_Kern aaPanel_Kern
with default compilation not posible to add other modules i need, memcahe for example.
Why its so unfriendly?
Why dont add 20 checkmarks to allow user to select what modules it need during compilation!
This checkmarks can auto add --enable-memchas or --with-optcahe, examples.
I thought pannel can save my time but i spent 8h to make php project to work, faced 20+ bugs, i could do all this from 0 with bash in 3h.
And btw, 16 days from my report about simple issue "No such file or directory" is this issue allready fixed? I think its not.
- Edited
Hi anyone available
please help me i have same issue in my aapanel i install mbstring first from the ubuntu terminal but it does'nt work
error like this (PHP Warning: Module "zip" is already loaded in Unknown on line 0)
so i landed this post and find i also do from the php extension i click on the install button but its only processing not worked i click 3 times it dowsn;'t work please help me i have 2 websites and still the issue is not solved
also i reinstall my PHP8.3 then in the execution log error i checked (
- Edited
i click install button results are
after some time showing this......
i'm also not able to install any other extensions... please help me
Hello, this configuration will not affect the use. You can also add a # comment to the zip.so at the end of the configuration file.
Please check the specific error reason: /tmp/panelExec.log
aaPanel_Kern
you mean add the # in the PHP configuration at the end of the file zip.so right?
i execute this in terminal that you give me /tmp/panelExec.log
result: -bash: /tmp/panelExec.log: Permission denied