Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 101 to 110 of 120
  1. #101
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    I've got two issues I've encountered with Download Fetch, I'm hoping you guys can help me out.

    1. The format of the page when I follow the Fetch Download link does not come out clean, how do I format both the text and the size? I've attached a screenshot for reference.

    2. Once I receive the email to actually download the file, when I click on the link, it opens it as a new email? I've tried in Gmail, Outlook 2010, and the webmail service through our host.

    Thank you in advance.
    Attached Images Attached Images  

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by MTODavid View Post
    I've got two issues I've encountered with Download Fetch, I'm hoping you guys can help me out.

    1. The format of the page when I follow the Fetch Download link does not come out clean, how do I format both the text and the size? I've attached a screenshot for reference.

    2. Once I receive the email to actually download the file, when I click on the link, it opens it as a new email? I've tried in Gmail, Outlook 2010, and the webmail service through our host.

    Thank you in advance.
    You have missed some files on the install as per your screen shot.

    The file that would fix the upper case titles is:
    site-root/includes/languages/english/YOUR_TEMPLATE/download_fetch.php

    For #2 it also sounds like a missing file.

    Double check that all the files were uploaded and in the correct place.

    Skip
    • 446F63746F722057686F •

  3. #103
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    You have missed some files on the install as per your screen shot.

    The file that would fix the upper case titles is:
    site-root/includes/languages/english/YOUR_TEMPLATE/download_fetch.php

    For #2 it also sounds like a missing file.

    Double check that all the files were uploaded and in the correct place.

    Skip
    Thank you, I will missing two different files, and I seem to have gotten over my first hurdles.

    Now I've got one more issue I've run into....

    ...once the email is received, I click on the link and it brings up a blank window within Firefox. Nothing downloads, no windows come up asking if I'd like to save the file.

    Any ideas???

    I should also note that I went and downloaded a new copy of the v1.3.9 files and uploaded everything again.

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

    Default Re: Download Fetch [support thread]

    MTODavid PM me with a link to the fetch page link so I can see a email.

    Skip
    • 446F63746F722057686F •

  5. #105
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    I've confirmed that I have all of the files installed by downloading a new copy of the Add On and overwriting everything that was installed originally.

    I've confirmed that the correct tables were installed.

    I've found the following in my cache log:

    15-Nov-2011 15:48:58] PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /public_html/includes/templates/Custom/templates/tpl_download_fetch_default.php on line 228
    There are also a couple other logs in the cache that reference line 217 with the same error.

    Anyone have any other ideas?

    Skipwater has been very helpful and gotten me to this point, Thank you.

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

    Default Re: Download Fetch [support thread]

    15-Nov-2011 15:48:58] PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /public_html/includes/templates/Custom/templates/tpl_download_fetch_default.php on line 228
    Check and see if you have a blank line after the closing ?> at the end of this file:
    /public_html/includes/lanuages/english/Custom/download_fetch.php

    If so there are two ways to fix:
    1. delete the blank line below the ?>
    2. delete the closing ?> and blank line.

    Skip
    • 446F63746F722057686F •

  7. #107
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    Check and see if you have a blank line after the closing ?> at the end of this file:
    /public_html/includes/lanuages/english/Custom/download_fetch.php

    If so there are two ways to fix:
    1. delete the blank line below the ?>
    2. delete the closing ?> and blank line.

    Skip
    Here are the last ~5 lines in that file. These are lines 284-290.

    PHP Code:
        </tr>
    </table>
    <?php
     
    }
    ?>
            </div>
        </div>
    It doesn't appear that I have a blank line, but does that look correct?

  8. #108
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    My first response was wrong, I looked at the wrong file in my Crimson Editor.

    Yes I do have a blank line, I'll try the fix. Thanks.

  9. #109
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by skipwater View Post
    Check and see if you have a blank line after the closing ?> at the end of this file:
    /public_html/includes/lanuages/english/Custom/download_fetch.php

    If so there are two ways to fix:
    1. delete the blank line below the ?>
    2. delete the closing ?> and blank line.

    Skip
    I did in fact have a blank line after the ?>, here are the steps I took:

    1. I deleted the blank line, uploaded the download_fetch.php, created a new file to download, got the same blank screen after following link in email.
    2. I then tried deleting the closing ?> and thank blank line, uploaded the download_fetch.php, created a new file to download, got the same blank screen after following the link in email.

    I feel like I'm so close on this, any other ideas?

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

    Default Re: Download Fetch [support thread]

    Quote Originally Posted by MTODavid View Post
    I did in fact have a blank line after the ?>, here are the steps I took:

    1. I deleted the blank line, uploaded the download_fetch.php, created a new file to download, got the same blank screen after following link in email.
    2. I then tried deleting the closing ?> and thank blank line, uploaded the download_fetch.php, created a new file to download, got the same blank screen after following the link in email.

    I feel like I'm so close on this, any other ideas?
    Locate this file:

    /public_html/includes/modules/pages/fetch/header_php.php

    Line 23 find:
    Code:
    $intDownloadId = $_GET['id'];
    $strEmail = $_GET['email'];
    Now for testing change to:
    Code:
    $intDownloadId = $_GET['id'];
    $strEmail = $_GET['email'];
    
    echo 'File ID '. $intDownloadId . '<br />';
    echo 'Email '. $strEmail . '<br />';
    exit();
    When clicking on the emailed link this should show the file id and the email address. In the browser window.

    Let me know Skip
    • 446F63746F722057686F •

 

 
Page 11 of 12 FirstFirst ... 9101112 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