Missing PHP extensions and adjusting MariaDB directives for my website

Please, who can help me? I am using the CyberPanel panel and I want to install the site

Hello @seifo

The max_allowed_packet variable is maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function. The default is 64MB - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_allowed_packet

To adjust this you need to edit my.ini

nano /home/cyberpanel/.my.cnf

and add th directive

max_allowed_packet=200M

To install zip extension use this tutorial [TUTORIAL] How to install any PHP modules using PEAR Package Manager

Thank you very much for your support, but I installed and nothing happened


:worried: :frowning_face:

You are using php 8.1 for your website installation ?

yes
php 8.1

From the screenshot the zip module for php8.1 is installed - zip-1.21.1

You need to add “extendion=zip.so” to php.ini without the quotes https://SERVER_URL:8090/managephp/editPHPConfigs

how do i add it please !