Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Bluedrake42 Posted February 14, 2022 Posted February 14, 2022 Does anyone have any idea why this is happening?
Solution Jim M Posted February 14, 2022 Solution Posted February 14, 2022 A -200 error here would be an error processing the upload on your server. You would want to check your server error logs to find out what this is. Common examples are below but, of course, not an exhaustive list of what could be impacting you: You're uploading an image which is larger than your PHP/server configuration allows. Your PHP/server memory limit is being hit when processing the image. SeNioR- 1
Bluedrake42 Posted February 14, 2022 Author Posted February 14, 2022 45 minutes ago, Jim M said: A -200 error here would be an error processing the upload on your server. You would want to check your server error logs to find out what this is. Common examples are below but, of course, not an exhaustive list of what could be impacting you: You're uploading an image which is larger than your PHP/server configuration allows. Your PHP/server memory limit is being hit when processing the image. Yeah, that seems to be what it is. Appears to be a PHP memory limit. Someone was uploading a file over the size of 460 and we need to update our PHP settings to handle that.
Jim M Posted February 14, 2022 Posted February 14, 2022 Excellent. Glad to hear you found the issue here.
Bluedrake42 Posted February 14, 2022 Author Posted February 14, 2022 Unfortunately it seems I was incorrect. We assumed updating the PHP would fix it, but it has not. We still seem to have this -200 error whenever attempting to upload files larger than 200mb. This is through an s3 configuration, so I'm not sure if that might have something to do with it.
Jim M Posted February 14, 2022 Posted February 14, 2022 6 minutes ago, Bluedrake42 said: Unfortunately it seems I was incorrect. We assumed updating the PHP would fix it, but it has not. We still seem to have this -200 error whenever attempting to upload files larger than 200mb. This is through an s3 configuration, so I'm not sure if that might have something to do with it. Files will still be uploaded temporarily to your server and then sent to S3. You will want to check your server error logs to see what is happening when you upload this image. It will take some investigation on you or your hosting provider's end to see what is happening here but I can assure you, -200 error's are always an issue on the server's side.
Bluedrake42 Posted February 14, 2022 Author Posted February 14, 2022 2 minutes ago, Jim M said: Files will still be uploaded temporarily to your server and then sent to S3. You will want to check your server error logs to see what is happening when you upload this image. It will take some investigation on you or your hosting provider's end to see what is happening here but I can assure you, -200 error's are always an issue on the server's side. We checked, we didn't get any error logs server side.
Jim M Posted February 14, 2022 Posted February 14, 2022 4 minutes ago, Bluedrake42 said: We checked, we didn't get any error logs server side. You will want to continue to work with your hosting provider on this. I'm afraid, this is not a software error but a server error.
IveLeft... Posted February 14, 2022 Posted February 14, 2022 24 minutes ago, Bluedrake42 said: Unfortunately it seems I was incorrect. We assumed updating the PHP would fix it, but it has not. We still seem to have this -200 error whenever attempting to upload files larger than 200mb. This is through an s3 configuration, so I'm not sure if that might have something to do with it. Have you checked the php.ini file settings for the settings of things like php_value upload_max_filesize and php_value post_max_size And also php_value max_input_time and php_value max_execution_time
Bluedrake42 Posted February 14, 2022 Author Posted February 14, 2022 Looks like it could be a memory issue. We're still looking into it now. IveLeft... 1
Bluedrake42 Posted March 1, 2022 Author Posted March 1, 2022 Update on this. We're still getting this error even after a move to Invision's cloud services. No update as of yet regarding what is causing the issue.
Jim M Posted March 1, 2022 Posted March 1, 2022 Please be advised your ticket has been escalated for further investigation. Tickets which are escalated can take further time for replies but are being investigated. I apologize for the delay.
HDiddy Posted March 8, 2022 Posted March 8, 2022 I am curious on what is causing this also. We get the error now and then. Most of the time it is when you drag and drop a file instead of choosing the "Choose Files" option, but lately we have one user that seems to be getting it more often then not.
Marc Posted March 8, 2022 Posted March 8, 2022 As mentioned above, it is an issue whereby the server is unable to upload due to a limitation. This tends to be upload_max_filesize or memory_limit
Recommended Posts