• I was trying to change the content of a string but it failed. The below error message showed up.

    Error: 413 Request Entity Too Large. Check console output for debugging information

    Please help, thanks.

    • This topic was modified 6 years, 9 months ago by afishccy.

    The page I need help with: [log in to see the link]

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

    (@timwhitlock)

    I’m having the same issue and I have setup the web server with following parameters:

    upload_max_filesize = 100M
    post_max_size = 105M
    max_execution_time = 120
    max_input_time = 1000
    memory_limit = 200M
    max_input_vars = 2000

    Further, I enabled the debug and in the log it showed:

    PHP Notice: Array to string conversion in /home/stonez/web2/wp-includes/formatting.php on line 1045

    Is there anything I missed to make “Request Entity too large” Error goes away?

    Thanks for helping out!

    Stonez

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: 413 Request Entity Too Large. Check console output for debugging informat’ is closed to new replies.