• doggybs

    (@doggybs)


    Hi,

    I have a very large amount of menu items, and I seem to have hit the limit. When I add an additional page to the menu and hit save I get the following error message.

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

    I’m running Apache on Centos. I’ve set the following in my php.ini

    post_max_size = 128M
    upload_max_filesize = 128M

    and the following apache directives

    FcgidMaxRequestLen 50000000
    LimitXMLRequestBody 0
    LimitRequestBody 0

    But still it doesn’t work. Any ideas?

  • The topic ‘Large Menu – 413 Request Entity Too Large’ is closed to new replies.