Page 5 of 12 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 120
  1. #41
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    785
    Plugin Contributions
    7

    Default Re: Download Fetch [support thread]

    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.
    I would suggest if you want to use zip files, use 7zip to create them.
    If you want to create rar files use winrar.

    As for your speed it might be the server is over loaded. Or your host has the transfer rate controlled.

    Skip
    • 446F63746F722057686F •

  2. #42
    Join Date
    Jun 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    I would suggest if you want to use zip files, use 7zip to create them.
    If you want to create rar files use winrar.

    As for your speed it might be the server is over loaded. Or your host has the transfer rate controlled.

    Skip
    I did zip the files with 7zip and unfortunately, I still get the same thing. I can download individual mp3 files but the zip files are not working. I keep getting the same error message

    Any other suggestions other than chucking this laptop out of the window because that seems like the right thing to do right now.

    I do appreciate the help.

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

    Default Re: Download Fetch [support thread]

    You could try other zip utilities.
    Like jzip, winzip, pkzip etc.

    As a test if you just zip two files into a zip file. You still get the error?

    Skip
    • 446F63746F722057686F •

  4. #44
    Join Date
    Jun 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    You could try other zip utilities.
    Like jzip, winzip, pkzip etc.

    As a test if you just zip two files into a zip file. You still get the error?

    Skip
    no unfortunately, even with just 2 files it still gives me the same error.

    I also tried it with winzip and I get the same errors.

    I am completely at a loss. Everything works fine if someone is downloading a single mp3 but if someone wants to download a whole album zipped then they are s.o.l.

    The only other option I have is to offer each song and album cover as an individual download. That would obviously take a lot of work and be inconvenient for the customer.

    If you have any other ideas, I am all eyes and ears

    I really do like what you got here and I am really hoping to get it to work.

    Thanks again.

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by elhuds View Post
    If you have any other ideas, I am all eyes and ears

    I really do like what you got here and I am really hoping to get it to work.

    Thanks again.
    Ok lets try something new.

    Find the file shops_root/includes/classes/fetch_download.php

    Now find about line 56
    Code:
      case "zip": $content_type="application/zip"; break;
    Change to
    Code:
      case "zip": $content_type="application/octet-stream"; break;
    See if that changes anything.

    Skip
    • 446F63746F722057686F •

  6. #46
    Join Date
    Jun 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    Ok lets try something new.

    Find the file shops_root/includes/classes/fetch_download.php

    Now find about line 56
    Code:
      case "zip": $content_type="application/zip"; break;
    Change to
    Code:
      case "zip": $content_type="application/octet-stream"; break;
    See if that changes anything.

    Skip


    As much as I hate to say it....I am still getting the same error


    I really do appreciate your help. Is there any other info I can give you to help. Maybe I should be doing something that is simple and maybe even common sense to you but being a novice...I may not be doing it.

    I am sure that this is something simple and I am also sure it is probably an oversight on my part somewhere.

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

    Default Re: Download Fetch [support thread]

    I am sure that this is something simple and I am also sure it is probably an oversight on my part somewhere.
    In the download folder zen cart loads test.zip as an example.

    Set this file up to be downloaded and give that a try. And let me known if it works.

    Skip
    • 446F63746F722057686F •

  8. #48
    Join Date
    Jun 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    In the download folder zen cart loads test.zip as an example.

    Set this file up to be downloaded and give that a try. And let me known if it works.

    Skip
    No, unfortunately, I get the same error message with the test file.

    This is where the test file is under "Download test".

    http://erhgroupinc.com/ShopERH/index...&products_id=3

    oh, another thing....if I download the zip file with the regual zen cart checkout it downloads fine. I don't know if that helps but I figured I would let you know.

  9. #49
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    hello i need your help please
    i installed the download fetch i follow the instruction, but when i put the file to download for donwload and when i do the request for the file i got the email with the link of the file to download the page was a blank page, so i though i did something wrong and i run again the install_sql page and it toll me to if i need to re run the install i need to deleted the download fetch table, so i log on in my sql and i deleted 2 tables the download_fetch and the the fetch table, and now i my page is looking for thos tables, so is it posible that you give me the code for the sql to create the tables from my sql administrator.
    becouse when i copy some code from the instal sql php file it wont do the table

    thank you

    my page is this www.tni-wireless.com
    and when i try to log in in my admi this is what i get

    0 DB_ERROR_NOT_CONNECTED
    in:
    [db_cache table]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.



    Quote Originally Posted by skipwater View Post
    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
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

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

    Default Re: Download Fetch [support thread]

    There is a new version but it has not been activated yet in the free download section yet. So here is a link to the zip file.
    download_fetch_v1.2.zip

    You can just install the new files over the old.

    Then you need to do:
    5. Login to your Zen Cart admin.
    In the url address replace index.php with install-sql-download_fetch.php
    This will load the tables and sample data into your database.
    When the script has ended just use back button on your browser.
    If you are up grading from 1.0 or 1.1 just run the new install-sql-download_fetch.php and it will up date your data base.

    You will need to re-run the new install-sql-download_fetch.php this will check your sql tables and add a new record to your query_builder table.

    You might want to read the new readme file in the zip also.

    Skip
    • 446F63746F722057686F •

 

 
Page 5 of 12 FirstFirst ... 34567 ... 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