Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Brian Adams_26528 Posted April 1, 2022 Posted April 1, 2022 I'm attempting to upload a 350 mb .mov to modelshipworld.com but I keep getting the error above. Help:)
Randy Calvert Posted April 2, 2022 Posted April 2, 2022 The -200 error shows up generally when a PHP error occurred. It means typically some sort of limit was hit. (such as "out of memory" or "max execution time exceeded") PHP ends up exiting and printing out the core PHP error, and the uploader shows the "-200" error as a result. So you would need to check your server and try increasing your PHP limits.
Marc Posted April 4, 2022 Posted April 4, 2022 Uploading files of that size may also cause issues if your own connection drops out during the upload process, but the above is the most likely. Look at items such as upload_max_filesize and memory_limit
Recommended Posts