View Full Version : Weird problem - Downloads stop at 2mb mark
vppremier
03-19-2007, 01:27 PM
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.
nexialys
03-19-2007, 02:36 PM
your server have fixed the PHP upload to 2Mb... you will have to ask your host to change that... it is not vBulletin related.
vppremier
03-19-2007, 11:01 PM
This happens with downloads, not uploads. I've adjusted the upload size to a 30mb. But the downloads stop at the 2mb mark.
Marco van Herwaarden
03-20-2007, 08:22 AM
Please create a file named phpinfo.php with the following content, upload it to your server and provide us with the URL to it.
<?php
phpinfo();
?>
vppremier
03-20-2007, 08:44 AM
http://stepinthezone.com/phpinfo.php
http://stepinthezone.com/forum/phpinfo.php
Marco van Herwaarden
03-20-2007, 08:51 AM
I would start by raising the "max_execution_time" in your php.ini.
vppremier
03-20-2007, 09:21 AM
Is the current value there of '30' is seconds or milliseconds? What should I raise it to, what does this setting do?
Staxed
03-20-2007, 09:25 AM
this explain it?
max_execution_time integer
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.
vppremier
03-20-2007, 09:27 AM
Thanks. What that's correct format? "max_execution_time = 120"?
Alright, I adjusted it, if this doesn't work what else should I try?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.