• Resolved carlosknopel

    (@carlosknopel)


    Hi,

    I know this is a known bug and there is a guide for this. But this case is a little weird:

    1.- The file that I want to import is 422MB
    2.- I already edited the php.ini and restarted the services
    post_max_size = 1024
    upload_max_filesize = 1024
    max_execution_time = 1000

    But in the console I’m getting 413: { message: Request size limit exceeded }

    Any idea of this? I’d really appreciate if someone can help me.

    I’m using Bitnami image in an EC2 t2.small.

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    413 usually comes from the webserver, not PHP. You need to adjust the max upload file size in your webserver.

Viewing 1 replies (of 1 total)
  • The topic ‘Request size limit exceeded (php.ini setup ok)’ is closed to new replies.