mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Getting error in uploading videos to WordPress #163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rockeygamer1 on 11/18/2024
CloudPanel version(s) affected
2.4.2
Description
I am trying to upload a 250 MB video file on WordPress on CloudPanel, but it is not letting me do it. I have tried 70 MB and 150 MB video as well but it is not working too. I test the same videos on other servers (LiteSpeed cPanel, Apache cPanel, Nginx Hestia) and the videos get uploaded to all other servers.
PHP max input variables 10000
PHP time limit 10000
PHP memory limit 10000M
Max input time 10000
Upload max filesize 10000M
PHP post max size 10000M
WP_MEMORY_LIMIT 10000M
WP_MAX_MEMORY_LIMIT 10000M
I have added this code in the VHost code as well:
client_max_body_size 10000M;
What is the solution?

How to reproduce
Upload videos with 50 MB or more size.
Possible Solution
No response
Additional Context
No response