• Resolved cvr2006

    (@cvr2006)


    When saving a Post, I am taken to a page that is almost entirely blank. It simply says:

    Request entity too large
    The requested resource does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

    I’ve already edited the .HTACCESS file, but the problem persists.

    php_value upload_max_filesize 256M
    php_value post_max_size 256M
    php_value max_execution_time 1200
    php_value max_input_time 1200

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator jordesign

    (@jordesign)

    Hi @cvr2006 – it seems possible this is not specific to the theme itself – and could be a range of other factors.

    It’s possible it may be a plugin or theme conflict. Please attempt to disable all plugins to try that?. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, <strong>without affecting normal visitors to your site</strong>. This allows you to test for various compatibility issues.

    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/

    Thread Starter cvr2006

    (@cvr2006)

    @jordesign That sounds like a great suggestion. I will check out that plugin! I’ve heard of it before and have known about this capability to conveniently turn off plugins and themes, but hadn’t considered it for this specific site or problem. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request Entity Too Large (already changed .HTACCESS)’ is closed to new replies.