Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 120
  1. #1
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Download Fetch [support thread]

    This is the support thread for Zen Cart Download Fetch.

    In the free software addons Download Fetch

    So if you have any question please post them here.

    Note: Download Fetch uses specific features of PHP 5 so you must be running PHP 5 or higher to use this addon.

    Skip
    • 446F63746F722057686F •

  2. #2
    Join Date
    Jul 2004
    Posts
    11
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    easy to install ...thank you for the mod

  3. #3
    Join Date
    Sep 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Hi,

    Can you point me the Download Fetch mod link ?.

  4. #4
    Join Date
    Jul 2004
    Posts
    11
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by franklin View Post
    Hi,

    Can you point me the Download Fetch mod link ?.
    http://www.zen-cart.com/index.php?ma...oducts_id=1382

  5. #5
    Join Date
    Jul 2004
    Posts
    11
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    This is the support thread for Zen Cart Download Fetch.

    In the free software addons Download Fetch


    Skip
    I am having an issue once everything got up and running. Fetch is set to have the download available for 1 week. But when I try to use the link no matter what it says its expired.

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

    Default Re: Download Fetch [support thread]

    You are getting this error.

    Error Sorry, the requested download has expired

    When you use the link in the email?

    Under admin->tools->Download Fetch File
    Select the file that you wish to change and edit the Active Period to a value that you want.
    ie.
    86400 = 1 day
    604800 = 1 week
    2419200 = 1 month
    29030400 = 1 year

    If you just want to allow one user/customer more time then you must go to Download Fetch User Admin and adjust the download date.

    Skip
    • 446F63746F722057686F •

  7. #7
    Join Date
    Jul 2004
    Posts
    11
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    no, its not needing more time. I get the warning right away. I have the time allowed set at 604800. Email comes with the link in 5-15 min, you click the link and get the "expired" error.

    another possible bug in the admin section:

    example

    there are already 10 files listed in [Download Fetch File Admin]
    if I select any of those so its highlighed but don't click edit, instead I click [New File]
    enter all info (all fields are blank) and then there are only two options [update] [cancel]
    if you pick [update] then it updates the highlighted row and does not add a new one.


    if I have the last item in the list highlighted then do the same steps above then and only then will it insert the new record.

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

    Default Re: Download Fetch [support thread]

    I have uploaded a new version 1.1 to the Free Software Add Ons http://www.zen-cart.com/index.php?ma...oducts_id=1382 but until it is updated to version 1.1.
    This attached zip file with 3 files in it will bring current users up to date v1.1.
    (The files are already arranged into the correct folders you just need to rename the YOUR_ADMIN folder.)

    Download Fetch Version 1.1
    Fixed math for download active time allowed
    Fixed new/add record sql insert
    Fixed character ' in sql records with \'

    Thanks to snip1er for the find and help.

    And OH do me a favor BACKUP! your files.

    Skip
    Attached Files Attached Files
    • 446F63746F722057686F •

  9. #9
    Join Date
    Aug 2008
    Location
    Ohio
    Posts
    63
    Plugin Contributions
    2

    Default Re: Download Fetch [support thread]

    ok I know I am probably having a major duh moment but..... I deleted the test " it says no where not to lol " and now I have no buttons to create a new......... and also when I was testing everything worked except for not opening the d/l to retrieve the file. thanks in advance

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by MischiefDesignz View Post
    ok I know I am probably having a major duh moment but..... I deleted the test " it says no where not to lol " and now I have no buttons to create a new.........
    Deleting the only record in the mod and leaving zero records was a missed coding error not to have a add new file option.
    The fix is below:

    File YOUR_ADMIN/download_fetch.php
    Find about line 236
    Code:
    <?php
      $download_fetch_query->MoveNext();
      }
    ?>
    Change to
    Code:
    <?php
      $download_fetch_query->MoveNext();
      }
      if ($download_fetch_query_numrows < 1){
      	echo '<div align="center"><b>NO Records Found You Must Add </b><br /><a href="' . zen_href_link(FILENAME_DOWNLOAD_FETCH, zen_get_all_get_params(array('padID', 'action')) . 'padID=' . $padInfo->file_id . '&page=' . $_GET['page'].'&action=newfile') . '">' . zen_image_button('button_new_file.gif', IMAGE_NEW_FILE) . '</a> </div>' ;
      }
    ?>
    and also when I was testing everything worked except for not opening the d/l to retrieve the file. thanks in advance
    Need more info on this one. PHP version, what browser IE ?, Firefox ? You had the green Valid filename image showing?

    Skip
    • 446F63746F722057686F •

 

 
Page 1 of 12 12311 ... 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