upload_max_filesize phpmyadmin

Discussion in 'Tips/Tricks/Mods' started by pendientes, Nov 16, 2023.

  1. pendientes

    pendientes New Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
    KaBy, ahrasis and pendientes like this.
  3. pendientes

    pendientes New Member

    You are the Boss!
    Thanks again. I didn't know the command to restart the fpm.
    Thanks again!
     

Share This Page