Page 2 of 12 FirstFirst 1234 ... LastLast
Results 11 to 20 of 120
  1. #11
    Join Date
    Aug 2008
    Location
    Ohio
    Posts
    63
    Plugin Contributions
    2

    Default Re: Download Fetch [support thread]

    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>' ;
      }
    ?>
    Worked Grand Thank You Very Much!!!

    Need more info on this one. PHP version, what browser IE ?, Firefox ? You had the green Valid filename image showing?


    Php5, 1.38 Zen, IE, yep was green and even tried it in different folders and nothing..... it just goes to a blank page ... did not work in FF either
    http://mischiefscrapz.com/store/inde...d_fetch&file=2 <--- request link
    Last edited by MischiefDesignz; 27 Jan 2010 at 03:13 AM. Reason: added info

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

    Default Re: Download Fetch [support thread]

    Load this debugging tool http://www.zen-cart.com/forum/showthread.php?t=84613

    And check out what the error is. It could be as simple as a space after the eof ?>

    Let me know.

    Skip
    • 446F63746F722057686F •

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

    Default Re: Download Fetch [support thread]

    done ...... no errors came up..... it did not even show an error log

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

    Default Re: Download Fetch [support thread]

    Check for errors now you should have two.

    Skip
    • 446F63746F722057686F •

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

    Default Re: Download Fetch [support thread]

    uhmmm ok .....
    [26-Jan-2010 20:15:12] PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in html/mischiefscrapz/store/includes/classes/fetch_download.php on line 39

  6. #16
    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
    uhmmm ok .....
    [26-Jan-2010 20:15:12] PHP Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in html/mischiefscrapz/store/includes/classes/fetch_download.php on line 39
    I can not recreate this error. So the only suggestion that I can give is reinstall the mod.

    Skip
    • 446F63746F722057686F •

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

    Default Re: Download Fetch [support thread]

    I did the reinstall and am still getting the same thing...... no download and same error......

  8. #18
    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
    I did the reinstall and am still getting the same thing...... no download and same error......
    Did you drop/delete these two tables download_fetch_file, download_fetch in your msql database before you reinstalled?
    If not BACKUP your database and drop them and then run install-sql-download_fetch.php.

    Skip
    • 446F63746F722057686F •

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

    Default Re: Download Fetch [support thread]

    yep I sure did ...... I must just have a ghost stealing my files from the link before they can go out to be downloaded .... lol

  10. #20
    Join Date
    Feb 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Hey there Skip....

    I just installed Fetch and everything works great...i guess.

    My only problem is the emailing part. I submitted a test email for the download link and it is not going thru to the test email address.

    I then, look into my own email and it gives me a mailer fatal error. Here's what it looks like:

    The original message was received at Tue, 2 Feb 2010 08:54:47 -0700
    from localhost [127.0.0.1]

    ----- The following addresses had permanent fatal errors -----
    <test######################>
    (reason: 553 sorry, your mail was administratively denied. (#5.7.1))

    ----- Transcript of session follows -----
    ... while talking to relay-hosting.secureserver.net.:
    >>> MAIL From:<myown######################> SIZE=1538
    <<< 553 sorry, your mail was administratively denied. (#5.7.1)
    501 5.6.0 Data format error

    Final-Recipient: RFC822; test######################
    Action: failed
    Status: 5.1.3
    Diagnostic-Code: SMTP; 553 sorry, your mail was administratively denied. (#5.7.1)
    Last-Attempt-Date: Tue, 2 Feb 2010 08:54:47 -0700



    Not sure what that means. I tried other email addresses and it will not send the link to them but it returns it to my email address with that fatal error. Please help. Thanks!

 

 
Page 2 of 12 FirstFirst 1234 ... 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