Quote:
Originally Posted by hugh_
Could I please get some help with this problem? Unless I can fix this somehow I'm going to have to install another download manager...
|
This was a php sessions issue. I don't know why I not everyone is affected but I fixed it as follows:
Before the following statement in downloads.php
readfile("$filename");
add...
session_write_close()