Hi again. I changed all values from all php versions installed in ispconfig 3.2.11p1. No way to change the value (Max: 2,048KiB) in phpmyadmin: I saw, I guess, all the posts about that and talk about a folder that I do not see in my configuration "/etc/php/version/apache2". I have no subfolder apache2 inside php versions. ¿How can I do it? Thanks in advanced
There is no such folder in recent installations; You probably looked at some older instructions. First, you must find out what the PHP version of the system is, you can do that e.g. with the command: php --version let's assume the PHP version is PHP 8.2. In this case, you edit: /etc/php/8.2/php-fpm/php.ini After changing the value, you must apply your change by restarting php, this is done with the command: service php8.2-fpm restart