Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy
“Error 413 Request Entity Too Large” Error? WordPress
HTTP Error 413 occurs when the request made cannot be managed by the server, and the files are too large compared to the maximum limit that the server can manage. This is not a WordPress and/or Theme/Plugin related issue. This is a server-side issue and should be resolved by the Hosting/Server Configuration. In that case, the browser window generally displays the message “413 Request Entity Too Large”. This problem can occur if you try to upload too large files via the browser, exceeding the limits imposed by the webmaster for security reasons or others.
The possible Error Messages may be:
– Error 413
– HTTP Error 413
– HTTP Code: 413
– Request Entity Too Large
– 413. That’s an error.
How will you resolve this?
This is a hosting issue. So, it is you or your hosting company who can fix the issue. Sometimes some hosts set the maximum upload limit as lesser than 2MB which is very low. If they don’t want to increase these, they are not ready to host WordPress Sites, simply you may consider changing the host.
If you use shared hosting services, you may have to ask your host to increase your upload limit up to 15MB.
The maximum size is controlled by two PHP settings: upload_max_filesize, and post_max_size. These are PHP.INI settings, and you may or may not be able to modify them yourself. It depends on your host. So you have to ask them what the correct way to change their value is for their setup. You may need to edit the .htaccess, you may need to add a few ini_set lines to your wp-config.php file, or you may need to edit a PHP.INI file. Can’t say for sure.
Only your host can help you with the correct way to alter those values. You will need to talk to them, or search their help files.
But You can still Upload/Install the Theme by Yourself without contacting the Host/Server!
You can also upload the files using the FTP Method escaping these values or ignore contacting your host.
Recommended PHP configuration limits are as follows:
1
2
3
4
5
6
7
max_execution_time=120
max_input_time=120
max_input_nesting_level=256
max_input_vars=3000
memory_limit=512M
post_max_size=50M
upload_max_filesize=50M
Author
Posts
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.