Zen Cart Logo
Forums / All Other Contributions/Addons / Download Fetch [support thread]

Download Fetch [support thread]

Views: 13,439

Results 21 to 40 of 120
18 Feb 2010, 11:55 AM
#22
mischiefdesignz avatar

mischiefdesignz

New Zenner

Join Date:
Aug 2008
Location:
Ohio
Posts:
63
Plugin Contributions:
2

Re: Download Fetch [support thread]

hehehe I'm Back!!! lol ....... ok I got my other issues figured .. but now I am having a problem with downloading. I have tested this on 2 different hosting accounts and both do the same thing. I know I am prolly missing something simple but hey, every one is entitled to brain farts! lol ok now on to the prob. After the file is downloaded it will not unzip it tells me it is corrupt :lookaroun and I know it is not. I have tested a few different files even.
Btw ..... I do love the idea of this mod and would love it even more if I could get it to work right lol it is very helpful to my shop! Thanks

ok well got that figured out, it will only unzip with winzip, not winrar? lol

13 Mar 2010, 4:46 PM
#23
mischiefdesignz avatar

mischiefdesignz

New Zenner

Join Date:
Aug 2008
Location:
Ohio
Posts:
63
Plugin Contributions:
2

Re: Download Fetch [support thread]

Is there a way that the zip files can be unzipped using any program or does it have to be with windows default prog only?

13 Mar 2010, 5:21 PM
#24
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

MischiefDesignz:

Is there a way that the zip files can be unzipped using any program or does it have to be with windows default prog only?

Stuffit is what most if not all Mac users use. And it will expand zip files.

StuffIt-Expander 2010

Skip

13 Mar 2010, 7:03 PM
#25
mischiefdesignz avatar

mischiefdesignz

New Zenner

Join Date:
Aug 2008
Location:
Ohio
Posts:
63
Plugin Contributions:
2

Re: Download Fetch [support thread]

oh no .... sorry guess I really should have simplified. I use windows .... but I use winrar as my extraction program. But for some reason every time I try it always tells me the files are corrupt " with winrar" but if I use winzip they will unzip perfectly. I just was wanting to know if you knew of anything I would be able to do to use winrar to extract?

13 Mar 2010, 9:45 PM
#26
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

MischiefDesignz:

I just was wanting to know if you knew of anything I would be able to do to use winrar to extract?

I use 7 Zip http://www.7-zip.org/ This is the best one that I have found that will do many more things then any of the others out there. A side note on why I use it. Is that I can extract files from an iso dvd or cd image file.

Skip

14 Mar 2010, 9:09 PM
#27
scottsteps avatar

scottsteps

New Zenner

Join Date:
Aug 2008
Posts:
6
Plugin Contributions:
0

Re: Download Fetch [support thread]

I have noticed downloading the file from the email link with download fetch the file size after downloaded is 1 byte smaller then what the file should be. Unzipping files with winrar or winzip give an error that it is corrupt, though using windows zip folders it works ok.

Anyone find a solution for the 1 byte difference with download fetch??

15 Mar 2010, 1:47 AM
#28
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

scottsteps:

I have noticed downloading the file from the email link with download fetch the file size after downloaded is 1 byte smaller then what the file should be. Unzipping files with winrar or winzip give an error that it is corrupt, though using windows zip folders it works ok.

Anyone find a solution for the 1 byte difference with download fetch??

I am not seeing this.

What browser are you using ie8?

Skip

15 Mar 2010, 2:06 AM
#29
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

As always IE is not playing nicely.

This little change should fix IE download.

File: includes/classes/fetch_download.php

Find at line 56

case "zip": $content_type="application/zip"; break;

And change to

case "zip": $content_type="application/octet-stream"; break;

Skip

16 Mar 2010, 12:07 AM
#30
scottsteps avatar

scottsteps

New Zenner

Join Date:
Aug 2008
Posts:
6
Plugin Contributions:
0

Re: Download Fetch [support thread]

Thanks for the quick reply.

I'm using Firefox, Windows 7.

Made the change suggested and Im still getting the same outcome, download fia ftp client the file is 1 byte larger then downloading from the email notification link via firefox.

2 Apr 2010, 8:05 PM
#31
xuxa avatar

xuxa

New Zenner

Join Date:
Apr 2010
Posts:
2
Plugin Contributions:
0

Re: Download Fetch [support thread]

MischiefDesignz:

hehehe I'm Back!!! lol ....... ok I got my other issues figured .. but now I am having a problem with downloading. I have tested this on 2 different hosting accounts and both do the same thing. I know I am prolly missing something simple but hey, every one is entitled to brain farts! lol ok now on to the prob. After the file is downloaded it will not unzip it tells me it is corrupt :lookaroun and I know it is not. I have tested a few different files even.
Btw ..... I do love the idea of this mod and would love it even more if I could get it to work right lol it is very helpful to my shop! Thanks

ok well got that figured out, it will only unzip with winzip, not winrar? lol

What was your fix for the "unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR" error, as I am getting the same error.

Thanks

2 Apr 2010, 8:24 PM
#32
xuxa avatar

xuxa

New Zenner

Join Date:
Apr 2010
Posts:
2
Plugin Contributions:
0

Re: Download Fetch [support thread]

FIgured it out, i had to upgrade to php version 5

2 May 2010, 6:19 AM
#33
rpalacios avatar

rpalacios

New Zenner

Join Date:
Mar 2010
Posts:
3
Plugin Contributions:
0

Re: Download Fetch [support thread]

Hi SKip,

I installed Download Fetch and for the most part is working fine. I did a test run and I got a Success message in my website. It said that an email
will be sent with instructions to download the file.

But, in my email I only got this:

              Free MP3 ESL Listening - Bolivians_biz_in_China File Download Information
             $EMAIL_MESSAGE_HTML

And no instructions on how to download.

Rob.

2 May 2010, 6:58 PM
#34
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

$EMAIL_MESSAGE_HTML
Is coming from zen email function. What is your email setup in the admin? Are your other email functions working?
What version of ZC are you using?

Did you try the sample test.zip file did it work?

Skip

2 May 2010, 10:46 PM
#35
rpalacios avatar

rpalacios

New Zenner

Join Date:
Mar 2010
Posts:
3
Plugin Contributions:
0

Re: Download Fetch [support thread]

Hi Skip,

skipwater:

Is coming from zen email function. What is your email setup in the admin? Are your other email functions working?
What version of ZC are you using?

Did you try the sample test.zip file did it work?

Skip

I am using the following:

Zen Cart™ Version: v1.3.8
Version: v1.1
Last Updated: Jan 23 2010
Author: SkipWater

Download Now!
File size: 246206 bytes
Downloaded: 339 times

Good News! I got the test.zip to work and my own
download files. However, I noticed that when I created an
account with HTML Email version I got the same error message
as before. Only works with Text Email version.

Is it possible to make it work with HTML Email format?

Thanks in advance,

Rob.

3 May 2010, 12:54 PM
#36
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

Is it possible to make it work with HTML Email format?

Yes it can be done.

Download Fetch was built with the concept no one would create an account. With this in mind HTML email was not an option.

Adding the HTML email ability is something that could be added.

Skip

4 May 2010, 6:01 PM
#37
rpalacios avatar

rpalacios

New Zenner

Join Date:
Mar 2010
Posts:
3
Plugin Contributions:
0

Re: Download Fetch [support thread]

skipwater:

Yes it can be done.

Download Fetch was built with the concept no one would create an account. With this in mind HTML email was not an option.

Adding the HTML email ability is something that could be added.

Skip
I got it. It makes sense.

Thanks!

Rob

26 Jun 2010, 9:06 PM
#38
elhuds avatar

elhuds

New Zenner

Join Date:
Jun 2010
Posts:
13
Plugin Contributions:
0

Re: Download Fetch [support thread]

Hello, I seem to be having the issue that whenever I try to open the zip file that I downloaded, I get this error.....

! C:\Users\EL Hudson\AppData\Local\Temp\Coalition Forces.zip: Either multipart or corrupt ZIP archive

Everything works perfectly until I get to that point. I just downloaded this application yesterday so I assume I have the latest version which is 1.1.

My zen cart version is 1.3.9b

I am using PHP 5 and I tried opening files with winrar and 7-zip.

I also tried this in both Firefox and Google Chrome.

Click here to see the test product I am having issues with.

I am really hoping that this is a simple fix because I LOVE this application.

Thanks for any help I can get for this situation.

GREAT JOB! SkipWater

26 Jun 2010, 10:12 PM
#39
skipwater avatar

skipwater

Totally Zenned

Join Date:
Jun 2008
Location:
Washington, DC
Posts:
775
Plugin Contributions:
1

Re: Download Fetch [support thread]

elhuds:

Hello, I seem to be having the issue that whenever I try to open the zip file that I downloaded, I get this error.....

! C:\Users\EL Hudson\AppData\Local\Temp\Coalition Forces.zip: Either multipart or corrupt ZIP archive

Everything works perfectly until I get to that point. I just downloaded this application yesterday so I assume I have the latest version which is 1.1.

My zen cart version is 1.3.9b

I am using PHP 5 and I tried opening files with winrar and 7-zip.

I also tried this in both Firefox and Google Chrome.

Click here to see the test product I am having issues with.

I am really hoping that this is a simple fix because I LOVE this application.

Thanks for any help I can get for this situation.

GREAT JOB! SkipWater

Downloading your test I was only able to get trans rate of 90 KB/sec that is way to slow for a 78 meg file.

What it looks like is the utility that you used to create the zip file.

It will not open in winzip or 7zip as you stated. But windows xp zip will open the zip file.

Skip

27 Jun 2010, 12:47 AM
#40
elhuds avatar

elhuds

New Zenner

Join Date:
Jun 2010
Posts:
13
Plugin Contributions:
0

Re: Download Fetch [support thread]

skipwater:

Downloading your test I was only able to get trans rate of 90 KB/sec that is way to slow for a 78 meg file.

What it looks like is the utility that you used to create the zip file.

It will not open in winzip or 7zip as you stated. But windows xp zip will open the zip file.

Skip

I am so sorry for my ignorance but I am a novice when it comes to all of this. I used winrar to make the zip file if that is what you mean.

Do you have any suggestions on what I should do? I did notice that it downloaded really slow but I just figured that was normal....lol.

I am just concerned with people downloading these files and being able to open it no matter what program they have.

Thanks.