Quote:
Originally Posted by GiJoe
I'm having a VERY strange problem. No errors during install nor upgrade.
We had to change servers. Now that we have changed downloads (we use it for download links) will start but about half way through will just stop/pause. If we download directly from the server it works fine. It is only when downloading through Links 1.41 that this occurs.
PHP v 4.3.10
vBulletin 3.0.3
I looked through this thread alittle but with it being 50+ pages long it would take me days to look at all of them.
|
Your symptoms look like exceeding the cpu time for a php script.
Have a look at the CPU and memory limits set for php scripts in php.ini. Also consider if you really need the facility of this script to "hide" the location of downloads. There's a setting on the admin page which forces the script to use browser redirects rather than server based read/writes. It will significantly reduce cpu overhead, but at the cost of making the location of your downloads visible at the time the redirect is executed.