Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 120
  1. #81
    Join Date
    Jun 2006
    Posts
    35
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Just an update:

    After "upgrading" to 1.3, everything worked fine, except clicking the link in the email only gave a WHITE webpage no download.

    I replaced the INCLUDES>MODULES>PAGES>FETCH>header_php.php with the same file from the 1.2 version of the mod and it WORKS! Totally fixed it!

    Have tested on a smallish 10mb file and also a larger 60mb file.

    both downloaded successfully in IE and FF AND unzipped with no errors.


  2. #82
    Join Date
    Oct 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Hello.

    ZC 1.3.9g

    fetch 1.3 but the help says 1.2

    Everything works except the file download. I have had this working before on this site. I am using the Cherry Zen template. The site is still being developed but here is the link: tabortools.net.

    When i submit the request for a download, I get the email and when I respond to the email link I get:

    IE -> HTTP 500 The website cannot display the page
    Mozilla -> blank white page

    I used to get a direct download box with the file. Because the site is being developed, I'm not sure at what point the link stopped working.

    Any suggestions to fix this?

    Thanks.

    Great mod by the way.

    Louis

  3. #83
    Join Date
    Oct 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    By the way, I tried the fix from filmfr3ak above and the file box came up and attempted to look for the file and errored out saying it couldn't open the site.

    Louis

  4. #84
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Download Fetch [support thread]

    ruready

    This might be the code that is creating your error.

    Test and let me know.

    Find file /includes/modules/pages/fetch/header_php.php and about line 60 you will see.
    PHP Code:
    // Is Apache trying to compress the output:
        
    @apache_setenv('no-gzip'1);
        @
    ini_set('zlib.output_compression'0); 
    Change to look like this.
    PHP Code:
    // Is Apache trying to compress the output:
    //    @apache_setenv('no-gzip', 1);
    //    @ini_set('zlib.output_compression', 0); 
    That commented out the code so it will not run.

    Skip
    • 446F63746F722057686F •

  5. #85
    Join Date
    Oct 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Thanks Skip, I really appreciate the response.

    I tried the fix as suggested but it did not work. The file works fine in Firefox now but not IE7.

    What's next?

  6. #86
    Join Date
    Oct 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Man, I wish I understood this stuff better....

    Noticing the code fix you gave me said something about gzip, so I changed this setting in the admin gzip section to "on" and it seems to be working in both browsers now. Is GZIP supposed to be on for fetch to work?

    Thanks again Skip, I'm grateful for your help.

    Louis

  7. #87
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by ruready View Post
    Man, I wish I understood this stuff better....

    Noticing the code fix you gave me said something about gzip, so I changed this setting in the admin gzip section to "on" and it seems to be working in both browsers now. Is GZIP supposed to be on for fetch to work?

    Thanks again Skip, I'm grateful for your help.

    Louis
    Yes and No
    As you know each server is different and writing code to work across so many unique setups is where the challenge is.
    So if turning on gzip for you works yes it needs it. But for others no it is not needed.

    Skip
    • 446F63746F722057686F •

  8. #88
    Join Date
    Jul 2010
    Location
    Boston
    Posts
    139
    Plugin Contributions
    0

    help question Re: Download Fetch [support thread]

    I am having trouble understanding what I should do. I have install the 1.3 version of download fetch.

    I would like to have a free download on my shopping cart. The customer must purchase the product at no cost and then receive a link to the download page.

    The readme file suggests placing the link to the download in the product description.

    What exactly do I need to do to accomplish this or do you know of a website that has this set up that I can look at.

    TIA Tom

  9. #89
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Download Fetch [support thread]

    I would like to have a free download on my shopping cart. The customer must purchase the product at no cost and then receive a link to the download page.
    The Fetch Mod is not used for this kind of setup. You need to use Zen Carts built in download of products.

    Take a look at How do I add downloads to products? make products downloadable?

    Skip
    • 446F63746F722057686F •

  10. #90
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    I just installed this and everything is working fine except for the downloading of the file from the email link.

    When I tested it, I clicked on the link that was emailed and received the error message HTTP 500.

    After reviewing some of the posts, I found the following instructions:

    Find file /includes/modules/pages/fetch/header_php.php and about line 60 you will see.
    PHP Code:
    // Is Apache trying to compress the output:
        
    @apache_setenv('no-gzip'1);
        @
    ini_set('zlib.output_compression'0); 
    Change to look like this.
    PHP Code:
    // Is Apache trying to compress the output:
    //    @apache_setenv('no-gzip', 1);
    //    @ini_set('zlib.output_compression', 0); 
    I made the change and now the download box opens and along with another box with the error message:

    Internet Explorer cannot download index.php from mysite.com. Internt Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found.

    What am I missing?

 

 
Page 9 of 12 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  2. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  3. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  4. SnapShot [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 32
    Last Post: 26 Oct 2012, 08:38 PM
  5. Download fetch changes the file name
    By davidwenkuisz in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2010, 01:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR