Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tim W

    (@timwhitlock)

    I’m guessing it’s your server disallowing postdata over the size of your PO files. Ask your hosting provider to increase the limits.

    Thread Starter colectivo2016

    (@colectivo2016)

    The Hosting provider doesn’t allow to manage any file over 2MB. I can’t use your plugin.
    Thanks a lot!

    Plugin Author Tim W

    (@timwhitlock)

    2MB is a very large file size for a single PO file in WordPress. (The twentysixteen theme PO file is only 12k)

    May I ask what it’s for?

    hey got the same error here….Combned .po and .mo files for woocomerce are 1.05mb and provider allows me until 3mb uploads..still got the error..any ideas?

    I was able to resolve the issue by disabling mod_sec Apache module for admin-ajax.php files with the following directive in ~/public_html/yourwebsite/.htaccess
    Code:

    <FilesMatch “admin\-ajax\.php$”>
    SecFilterEngine Off
    </FilesMatch>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error: Request Entity Too Large’ is closed to new replies.