Quote:
Originally Posted by auz1111
I have 2 issues:
1. when a user tries to download something it makes it to about 2 megs and stops.
2. it is not recording the hits when a user clicks to download
any suggestions?
|
You are probably using all the cpu time allowed for php scripts (typically 30 seconds - maybe you have to increase this)
Where is the download coming from (your own server or somewhere else - expensive) and how do you have it recorded in LDM.
If the file is on your own machine, then are you identifiying it as
http://yoursite/file or simply as /file? - the second will be much faster.
Take a look at the section in instructions.txt about speed versus security
On the second, the hit is only recorded when the download completes successfully.
Let me know if these suggestions don't help