phpmyadmin post_upload

jones12977

New member
I was trying to increase the post_upload size of my phpmyadmin
I set the upload limt to 60M and after restarting it still shows (Max: 1,024MiB)
I've been pulling my hair out on this one.
Phpmyadmin says that the version is PHP version: 7.4.29 and I've set the upload limit in the main admin panel to 60M but it just won't change.
I've also taken a look at the
Code:
/opt/zesle/zesle-php/root/etc/php.ini
and those limits are set to 1G. So I'm not sure where else to look so I can change this limit. and those limits are set to 1G. So I'm not sure where else to look so I can change this limit.
 

admin

Administrator
Staff member
I was trying to increase the post_upload size of my phpmyadmin
I set the upload limt to 60M and after restarting it still shows (Max: 1,024MiB)
I've been pulling my hair out on this one.
Phpmyadmin says that the version is PHP version: 7.4.29 and I've set the upload limit in the main admin panel to 60M but it just won't change.
I've also taken a look at the
Code:
/opt/zesle/zesle-php/root/etc/php.ini
and those limits are set to 1G. So I'm not sure where else to look so I can change this limit. and those limits are set to 1G. So I'm not sure where else to look so I can change this limit.

Now, you have to restart php-fpm
systemctl restart zesle-php

Thank you
 

jones12977

New member
Now, you have to restart php-fpm
systemctl restart zesle-php

Thank you
Hi, thanks for the super fast response.
I've tried to restart php-fpm by using systemctl restart zesle-php, but when I got back into phpmyadmin I see no changes.
 

admin

Administrator
Staff member
it's stange, can you check on cli

/opt/zesle/zesle-php/root/usr/bin/php -i | grep post_max
/opt/zesle/zesle-php/root/usr/bin/php -i | grep upload_max

Double check, both values are changed
 
Top