Getting error in uploading videos to WordPress #163

Closed
opened 2026-04-05 20:25:38 +02:00 by MrUnknownDE · 0 comments
Owner

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?
Screenshot (513)

How to reproduce

Upload videos with 50 MB or more size.

Possible Solution

No response

Additional Context

No response

*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? ![Screenshot (513)](https://github.com/user-attachments/assets/49f2774e-05ef-4dad-ad46-60c2b8331f61) ### How to reproduce Upload videos with 50 MB or more size. ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.