Hey guys,
My site is using the files module and when the file is over 100 megs it seems as if the download no longer works. It just downloads around 200k of the file then says it was complete. Has anybody run into this problem before?
Thanks
Chris
Hey guys,
My site is using the files module and when the file is over 100 megs it seems as if the download no longer works. It just downloads around 200k of the file then says it was complete. Has anybody run into this problem before?
Thanks
Chris |
check your phpinfo for upload_max_filesize and adjust it to your needs at your WHM "PHP Configuration Editor".
you can check your settings at the dolphin admin under TOOLS => HOST TOOLS => Phpinfo
Check http://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations as well Diddy is not greedy and has time. Dolphin is cool and its not just mine :-) |
Yea, the problem isn't the upload, but rather the download. Is there something in the php.ini file controlling this that I missed? |
Try to view content of this 200K file, most probably it contains the exact error. File download is done through php wrapper - I assume that when file size is more than 'memory_limit' php setting - error occurs. Hey guys,
My site is using the files module and when the file is over 100 megs it seems as if the download no longer works. It just downloads around 200k of the file then says it was complete. Has anybody run into this problem before?
Thanks
Chris
Rules → http://www.boonex.com/terms |