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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by jt1020 View Post
    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?
    No that will not fix your issue:

    What version of php
    Will it work using firefox?

    Skip
    • 446F63746F722057686F •

  2. #92
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    version 3.3.9.2

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by jt1020 View Post
    version 3.3.9.2
    Isn't that for phpMyAdmin 3.3.9.2 I was looking for the php version 5.x.x

    Also what os are you running?

    Skip
    • 446F63746F722057686F •

  4. #94
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Sorry, 5.1.52, Windows Vista

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by jt1020 View Post
    Sorry, 5.1.52, Windows Vista
    If I remember correctly php should be 5.2.x or higher.

    Skip
    • 446F63746F722057686F •

  6. #96
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Download Fetch [support thread]

    Hello Skip,

    Thanks for this great mod, works like a charm.
    I had to remove some hard coded colours from the tpl_download_fetch_default.php to make it show normally on my shop.

    Is there any chance you are going to make this mod multi lingual any-time soon? Otherwise i am going to do it myself and send you the modified files if your interested

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by Design75 View Post
    Hello Skip,

    Thanks for this great mod, works like a charm.
    I had to remove some hard coded colours from the tpl_download_fetch_default.php to make it show normally on my shop.

    Is there any chance you are going to make this mod multi lingual any-time soon? Otherwise i am going to do it myself and send you the modified files if your interested
    Not at this time plate full and with 1.5 out plate over full.

    Skip
    • 446F63746F722057686F •

  8. #98
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    If I remember correctly php should be 5.2.x or higher.

    Skip
    I now have 5.2.15 installed and still have the same issue.

  9. #99
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Skip,

    Tried reinstalling and still same error message. "Internet Explorer cannot download index.php from mysite.com

    Any idea as to what is wrong?

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

    Default Re: Download Fetch [support thread]

    Found it Made the changes below and it seems to be working.

    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>' ;
    }
    ?>

 

 
Page 10 of 12 FirstFirst ... 89101112 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