Post by billbod » Wed Mar 05, 2014 3:11 am

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

Newbie

Posts

Joined
Tue Mar 04, 2014 10:38 pm

Post by butte » Thu Mar 20, 2014 6:25 pm

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.

Guru Member

Posts

Joined
Wed Mar 20, 2013 6:58 am

Post by billbod » Thu Mar 20, 2014 7:42 pm

hi and thanks
i was uploading through opencart
i checked the php.ini files and they say 999meg
still cant upload stuff
thanks william

Newbie

Posts

Joined
Tue Mar 04, 2014 10:38 pm

Post by butte » Fri Mar 21, 2014 1:21 am

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).

Guru Member

Posts

Joined
Wed Mar 20, 2013 6:58 am

Post by billbod » Fri Mar 21, 2014 4:38 am

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

Newbie

Posts

Joined
Tue Mar 04, 2014 10:38 pm

Post by butte » Fri Mar 21, 2014 6:51 am

Just above upload_max_filesize = 998M; works well enough.

Guru Member

Posts

Joined
Wed Mar 20, 2013 6:58 am

Post by butte » Fri Mar 21, 2014 7:03 am

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.]

Guru Member

Posts

Joined
Wed Mar 20, 2013 6:58 am

Post by billbod » Fri Mar 21, 2014 5:23 pm

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

Newbie

Posts

Joined
Tue Mar 04, 2014 10:38 pm
Who is online

Users browsing this forum: No registered users and 287 guests