red power magazine Posted April 29, 2020 Posted April 29, 2020 A member of my community has a Samsung S10 and gets a -200 message when he tries to upload a photo. I have not been able to find any documentation that details what this message means. We are using S3 to store the images. Any guidance would be greatly appreciated!
bfarber Posted April 30, 2020 Posted April 30, 2020 We have slightly improved this error for 4.5, but the underlying problem remains the same - the image they uploaded most likely was very large and the image manipulation libraries ran out of memory trying to create a thumbnail.
red power magazine Posted May 10, 2020 Author Posted May 10, 2020 Thanks for the information. I suspected it was memory related but could not find anything that definitively said so.
Nehaj Posted July 2, 2020 Posted July 2, 2020 On 4/30/2020 at 2:30 PM, bfarber said: We have slightly improved this error for 4.5, but the underlying problem remains the same - the image they uploaded most likely was very large and the image manipulation libraries ran out of memory trying to create a thumbnail. It is not about the size. It has something to do with the timeout and slower connection. My users couldn't upload 1.5 MB heavy photos. I, on the other hand, have 120 Mbps connection, can upload 50 MB image with no problems. I've tested this thoroughly on all types of connections and the problem is always the same - slow UL speed.
bosss Posted July 2, 2020 Posted July 2, 2020 Had same problem when should upload image (animated gif 1.5 kb) in chatbox+ announcement. - get -200 error. (IPS 4.4.10) Nehaj 1
bfarber Posted July 6, 2020 Posted July 6, 2020 The -200 error just generally means there was an error uploading the file. It can happen for multiple reasons, but with images specifically it often occurs because of memory limitations. That isn't, however, the only cause. A slow upload speed could cause an upload failure as well, yes.
bosss Posted July 6, 2020 Posted July 6, 2020 1 minute ago, bfarber said: The -200 error just generally means there was an error uploading the file. It can happen for multiple reasons, but with images specifically it often occurs because of memory limitations. That isn't, however, the only cause. A slow upload speed could cause an upload failure as well, yes. Like said in my case was image 1.5 kb and never had problems with uploading of images in posts and gallery. Maybe is something wrong with code in chatbox+? Here is image
bfarber Posted July 7, 2020 Posted July 7, 2020 18 hours ago, bosss said: Like said in my case was image 1.5 kb and never had problems with uploading of images in posts and gallery. Maybe is something wrong with code in chatbox+? Here is image Sometimes it is possible to use your developer tools in your browser to verify the actual response from the server, which may give a clue as to the problem. I would suggest if you are only having an issue in that one application, however, then yes it's likely an issue with that application specifically.
bosss Posted July 7, 2020 Posted July 7, 2020 31 minutes ago, bfarber said: Sometimes it is possible to use your developer tools in your browser to verify the actual response from the server, which may give a clue as to the problem. I would suggest if you are only having an issue in that one application, however, then yes it's likely an issue with that application specifically. Thanks for reply - i informed developer of that application. (never before had this error message).
loccom Posted July 15, 2020 Posted July 15, 2020 I solved i by upgrading from PHP 7.1 to 7.2.. solved the problem. bfarber 1
Recommended Posts