A lot of my members on my forum www.stepinthezone.com/forum have been having download issues. They are reporting that any file they download from the forum stops at the 2mb mark. They can play the file, in this case an audio file, however it's not the right size, only partial size.
I cannot duplicate this error on my machines. I've switched forum styles twice and this error still happens. Many members have been reporting this problem. I've tried to get them to retrace their steps to see what can be causing it and I've had no clue. This happens on both firefox and ie, according to the users.
This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. This helps prevent poorly written scripts from tying up the server. The default setting is 30.
The maximum execution time is not affected by system calls, stream operations etc. Please see the set_time_limit() function for more details.
You can not change this setting with ini_set() when running in safe mode. The only workaround is to turn off safe mode or by changing the time limit in the php.ini.
Your webserver can have other timeouts. E.g. Apache has Timeout directive, IIS has CGI timeout function, both default to 300 seconds. See the webserver documentation for meaning of it.