Quantcast
Channel: Magento Expert » php
Viewing all articles
Browse latest Browse all 36

Downloads Failing

$
0
0

I have got my store up and running fine, have successfully uploaded and sold small MP3 files (between 7-15MB)

I have come to a stage where I now need to deliver files around 150MB (Mixes) and I have encountered a problem. When the customer is downloading the file, it stops at a random place and truncates the file. I have experienced this across several computers and browsers, and cant seem to pinpoint the problem.

I am running Magento Community 1.4.2.0, files are set to non-sharable and were uploaded through FTP and linked using the URL: section in the downloadable information.

My PHP RC is set to:

max_execution_time = 600 
max_input_time = 600 
memory_limit = 294M 
post_max_size = 256M 
upload_max_filesize = 256M

I wondered if this was the cause of any problem, however it seems that changing these values only really affects the uploading of files.

Other sites on the same server manage to serve 150-200MB files with ease, so I am discounting server config for this reason.

Thanks in advance 
Jon.

The post Downloads Failing appeared first on Magento Expert.


Viewing all articles
Browse latest Browse all 36

Trending Articles