I am facing the same issue, even on a newly installed Cyberpanel V1.9.
Can confirm that vhost Conf is seeing the updated settings but trying to upload anything more than 200MB will get the error as mentioned by emoticonizer.
hi there, got the same error, already do that @chiareu said on April 29,
I have also the same problem: files >500M cannot be send,
configuration for php override are on 1G but cannot upload: can not be uploaded, Error message:
trouble for me: Request body exceeded settings.DATA_UPLOAD_MAX_MEMORY_SIZE.
is there any tips to modify this variable, please?
It will be the PHP timeout that is causing the problem if you have increased the upload limit.
Best to use FTP for larger files.
This pointed me in the right direction. For me I solved the upload problem by adding some code to the .htaccess file. Change the values per your needs. Found on wpbeginner.com…
At last I figured this out. We are all behind Cloudflare Free plan, which have 100MB upload limit. After turning of Cloudflare orenge icon, I can upload file of any size.
At last I figured this out. We are all behind Cloudflare Free plan, which have 100MB upload limit. After turning of Cloudflare orenge icon, I can upload file of any size.
You need to edit the php upload size by logging into cyberpanel and under PHP option, select php version 7.3 and then change the values there. Click on restart PHP after changing the required values.