CyberPanel Community

file upload error greater than 2 mb in phpmyadmin

Ce
Cesare #1

HI,

I can’t upload files larger than 2mb in phpmyadmin.
I changed
php_value upload_max_filesize 100M and
php_value post_max_size 64M
in the php.ini file and works in the file manager but not in PHPMYADMIN where the maximum size of the file to upload remains at 2 mb.

Please help me fix the problem

Regards

3 replies
us
usmannasir #2

Update these settings for PHP 7.3 and do

systemctl restart lscpd

Ce
Cesare #3

Hi,

For PHP 7.3 it works fine but why doesn’t it work for versions 7.4 and 8.0?

us
usmannasir #4

PHPMyadmin use PHP v 7.3

Sign in to reply