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 specify both max post size and max file size limit in php.ini
post_max_size = 64M upload_max_filesize = 64M