Forum Moderators: coopster
The client is using IE6. Our main hosting machine is using PHP 5.2.5. Apache 2.2.10 (OS Free BSD). We have increased the following php.ini parameters (and have checked that these are set correctly using phpinfo(), but it still does not work):
max_execution_time = 600
max_input_time = 600
upload_max_filesize = 10M
post_max_size = 8M
Other points which may be of interest are:
- The problem is occuring on our main hosting site, PHP 5.2.5. Apache 2.2.10 (OS Free BSD).
- The client is international, and has tried to upload from several countries (UK, SE, NO, NL CA), to our main hosting site, and the same problem as described above keeps occurring. It is possible that they are all on the same network.
- The client tried the test to another different hosting site (of ours) and it worked fine, everytime. This machine uses: PHP 5.2.9. Apache 2.2.11 (OS Linux).
- 3 of our developers from 3 different countries, and myself and others in our organisation have tested the PHP upload, on our main hosting site. We have tried various IE versions including FireFox and have been unable to replicate the problem.
- The problem recently appeared, possibly due to an upgrade on our main hosting site. But the problem has only recently been brought to my attention.
Is anyone able to help or shed some light on why this may be occuring?
Would this still require a look at Apache LimitRequestBody?
The problem recently appeared, possibly due to an upgrade on our main hosting site
The intermittent issue is going to be difficult. If it were me, I would begin by upgrading PHP and see if there is resolution. Also, compare the configurations for any differences, not just the php.ini differences but the compiled differences too.