HOW TO INCREASE PHP FILE UPLOAD LIMIT

ibekwe11959

New member
Hello

I have tried to increase the php.ini file upload size limit so I can upload my database backup but it is not working.

I have tried with CLI and I have tried with the GUI from PHP configuration. Nothing worked. The default limit still remains 1024MB.

UPDATE: I succeeded using SSH
 
Last edited:

admin

Administrator
Staff member
Are you trying to import database using phpmyadmin from zesle interface?
 

admin

Administrator
Staff member
Hi,

  1. The config settings under "PHP Configuration" section will apply to all of your domains.
  2. If you are looking to change PHP config values/settings for ZesleCP interface itself (including PhpMyAdmin) then please do the following:
    • Edit config at
      Code:
      /opt/zesle/zesle-php/root/etc/php.ini
    • After that restart zesle-php using command
      Code:
      systemctl restart zesle-php
I hope this will help.

Thanks
 
Top