I'm having major problems uploading files and I don't understand the logged error from a 500 Internal Server Error.
This is the error logged in W3SVC12:
2013-05-23 12:45:46 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.31+(KHTML,+like+Gecko)+Chrome/26.0.1410.64+Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;+__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;+__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;+__utmc=11234787;+__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 7786458 105114
2013-05-23 12:46:03 W3SVC12 DSVR017177 213.171.205.235 POST /account/test/server/php/ - 80 - 88.202.236.161 HTTP/1.1 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.31+(KHTML,+like+Gecko)+Chrome/26.0.1410.64+Safari/537.31 PHPSESSID=d828b568c8c122e45b4b376ff1287a74;+__atuvc=0%7C13%2C0%7C14%2C0%7C15%2C0%7C16%2C18%7C17;+__utma=11234787.1386610922.1366208206.1369298491.1369306266.65;+__utmc=11234787;+__utmz=11234787.1366208206.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
http://www.free2read.co.uk/account/test/ www.free2read.co.uk 500 0 2147500037 1572 8804902 123031
If somebody could help me understand what this means, that would be great. I've been trying to resolve this issue since last Friday.
A little background on the issue:
I'm writing a file upload script, and this error occurs on 10MB+ files most of the time. Occasionally the file gets through but mostly I receive the 500 error. The PHPINI file has the following attributes set:
max_execution_time 300
max_file_uploads 20
max_input_time 600
memory_limit 128M
post_max_size 70M
upload_max_filesize 50M
upload_tmp_dir C:\Windows\Temp\
The file uploads to the Temp directory but crashes out 500 before moving the file to the correct directory. I've tried various different scripts, domains, client machines and it always crashes out. If I upload it from remote connection to the server it uploads fine.
Please help!
Thanks.