PHP Warning: Unknown: POST Content-Length of 796 bytes exceeds the limit of -2147483648 bytes in Unknown on line 0
This was caused by changing the values in the php.ini for the file upload max size. Ensure that you encase all values in speech marks.
post_max_size = "1024M"
upload_max_filesize = "1024M"