• Resolved talkstory

    (@talkstory)


    I’m trying to upload a new plugin (4.1MB) and it stops at 2MB. The error message is:

    “Upload error (code -200) : HTTP Error. (make sure that you were trying to upload a zip file”

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    2MB is usually the chunk size, so that means it failed after the first chunk. The cause of that will almost certainly be that the server’s file permissions either don’t allow uploading of files to the temporary folder, which is where chunks are assembled. Consulting the server’s PHP error log would help to confirm that.

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Without this plugin, is it definitely file size issues that are stopping you from uploading a 4.1MB plugin? If it’s permission issues, then this plugin won’t help.

    Thread Starter talkstory

    (@talkstory)

    Without the plugin the only message I received was regarding file size. I’ll check with the client and see if they have additional permissions for uploading.

    Thanks for the quick response!

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Are you able to successfully upload smaller plugins (without this plugin)? I think PHP will give the error about a file being too large before it writes it out to a temporary file, so that doesn’t necessarily reveal whether there’s also a permissions problem or not.

    mvangewp

    (@mvangewp)

    I had the same issue with a site hosted on nginx (as opposed to Apache) server.

    Found the following link very useful to resolve the issue:

    https://websistent.com/fix-client-intended-to-send-too-large-body-nginx-error/

    Plugin Author David Anderson / Team Updraft

    (@davidanderson)

    Those look like two different things to me.

    mvangewp

    (@mvangewp)

    David, may be, but I was getting the same error message. Just sharing in case it’s helpful. Maybe off base. Thanks for the great plugin!

    Thread Starter talkstory

    (@talkstory)

    The client decided to give us FTP access, so I didn’t end up troubleshooting with smaller plugins.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Error Uploading: Plugin does not recognize ZIP file’ is closed to new replies.