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 do this with .htaccess:
php_value upload_max_filesize 20M php_value post_max_size 20M