Page 1 of 1
downloads
Posted: Wed Mar 05, 2014 3:11 am
by billbod
hi every bod
i cant seem to link my products to my downloads i uploaded the file to the server i have
followed the docs but icant get the downloads to work.
on the links page i cant get the download name to go into the download box
any help or info please
thanks william
Re: downloads
Posted: Thu Mar 20, 2014 6:25 pm
by butte
Did you upload through OC admin rather than via ftp? Latter won't work, former is how OC hashes the names in order to control authorization to download them.
Re: downloads
Posted: Thu Mar 20, 2014 7:42 pm
by billbod
hi and thanks
i was uploading through opencart
i checked the php.ini files and they say 999meg
still cant upload stuff
thanks william
Re: downloads
Posted: Fri Mar 21, 2014 1:21 am
by butte
Try these:
memory_limit = 512M;
max_execution_time = 300;
post_max_size = 999M;
upload_max_filesize = 998M;
Note that post exceeds upload, that is required. Note that mem is in base 2 (binary progression).
Re: downloads
Posted: Fri Mar 21, 2014 4:38 am
by billbod
hi
tried the things you posted,but still no luck
this line of text is not in the 2 php.ini files post_max_size = 999M;
can you tell ware it needs to go?
thanks william
Re: downloads
Posted: Fri Mar 21, 2014 6:51 am
by butte
Just above upload_max_filesize = 998M; works well enough.
Re: downloads
Posted: Fri Mar 21, 2014 7:03 am
by butte
These two work together (and post_ must be at least slightly greater than upload_, hence that pair, 998/999):
post_max_size = 999M;
upload_max_filesize = 998M
[J., I can pose that in gH for the .ini pair if you wish.]
Re: downloads
Posted: Fri Mar 21, 2014 5:23 pm
by billbod
hi and thanks
i put the file in place and it worked i will try another upload
Thanks butte for your help great sfuff
william