A strange error appeared on a server with a rather active site.
- Server: Apache / 2.2.3 (CentOS)
- PHP: 5.2.6
- eAccelerator 0.9.5.3
When using multipart forms, sometimes the data sent from the text field will be missing in $ _POST
We know that the data was sent because the content_length shows a reasonable size of more than 1K
All other input fields in the form are correctly accepted.
This is NOT a browser specific and occurs in IE / Firefox / Chrome.
It works in almost 99% of cases, only it does not work 1 or 2 times on average for every hundred messages.
In a very rare case, we were able to play it on our own, so that we know that the data is being sent, it is simply not being processed, or apache / php
php.ini:
memory_limit
max_input_time
upload_max_file_size
post_max_filesize
httpd.conf
LimitRequestBody
TimeOut
, .
- PHP.