Forums
(@cuedit)
9 years, 3 months ago
Fixed by setting the post_max_size bigger than upload_max_filesize in php.ini (then restart the webserver).
Example: post_max_size = 2000M upload_max_filesize = 1990M