• Good morning,
    When attempting to publish changes on my site I receive the following error. Can someone explain this to me? Thank you!

    Request Entity Too Large
    The requested resource
    /wp-admin/post.php
    does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    Try increasing your maximum limits:

    Add the following to your php.ini file:

    memory_limit = 300M
    post_max_size = 200M
    upload_max_filesize = 100M
    max_execution_time = 600

    Does that make any difference?

    Thread Starter BrianDH

    (@briandh)

    Thanks for the reply Geoffrey. I’m unable to locate a php.ini file in editor. Is that within another file?

    Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I apologize – I forgot to include how to actually do that in my first reply. Access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, create a new file called php.ini, add those lines above, and save the file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Update /Publish Error’ is closed to new replies.