Hi, I'm having some trouble updating my theme. Whenever I try to submit the 7.9.2 version, it appears a screen saying "413 Request Entity Too Large". Could you help me? I have absolutely zero knowledge in coding and stuff lol.
This error usually happens when you are trying to upload a file that exceeds the maximum file upload limit on your WordPress site. Your web server will fail to upload the file, and you will see the 413 request entity too large error page. Please contact your hosting provider to get help or self config by following this step.
Method 1. Increase Upload File Size Limit via Functions File
Open Appearance > Theme Editor, select Soledad then select file functions.php, add this content on the top of the file:
Hi, I'm having some trouble updating my theme. Whenever I try to submit the 7.9.2 version, it appears a screen saying "413 Request Entity Too Large". Could you help me? I have absolutely zero knowledge in coding and stuff lol.
Hi,
This error usually happens when you are trying to upload a file that exceeds the maximum file upload limit on your WordPress site. Your web server will fail to upload the file, and you will see the 413 request entity too large error page. Please contact your hosting provider to get help or self config by following this step.
Method 1. Increase Upload File Size Limit via Functions File
Open Appearance > Theme Editor, select Soledad then select file functions.php, add this content on the top of the file:
Method 2. Increase Upload File Size Limit via .htacces FileInstall plugin Htaccess File Editor – Safely Edit Htaccess File, then go to Settings > WP Htaccess Editor, add the following code at the bottom:
Another option: you can direct upload this theme via FTP.
Best Regards,
PenciDesign.
Thank you for the quick reply!