There is a lot of data being submitted no file uploads and the $_SERVER[\'CONTENT_LENGTH\'] is being exceeded. Can this be increased?
$_SERVER[\'CONTENT_LENGTH\']
You can increase that in php.ini
; Maximum allowed size for uploaded files. upload_max_filesize = 2M