• Resolved terrysidhu

    (@terrysidhu)


    Getting the error when trying to upload a 4.7MB plugin on a server that allows very little access to anything (including Php.ini). I was able to upload a phpinfo script and find out that 2MB is the limit. I am unable to override this so I was trying your plug-in.

    You work is appreciated! Any help you could give would also be appreciated!

    Thanks,

    T.

    https://wordpress.org/plugins/upload-larger-plugins/

Viewing 1 replies (of 1 total)
  • Plugin Author David Anderson

    (@davidanderson)

    Hi,

    Probably the server is also forbidding writing to a temporary file – the plugin has to receive the upload in 2MB chunks (if 2MB is your limit), to a temporary file, and then reconstruct the whole upload from the temporary file(s). The only way definitively to know the cause, though, is to check your PHP + Apache error logs.

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Error: the server sent us a response (JSON) which we did not understand.’ is closed to new replies.