Page 6 of 12 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 120
  1. #51
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    isit possible that if you can give the code of my sql to create the table becouse i can log in in my adminstratro i have to create the table on mysql data base manually thank you




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

    Zen Cart V1.5.4 with Tableau Responsive Theme.

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

    Default Re: Download Fetch [support thread]

    I can only give you the info that will help you in making your own sql.
    I use the install file to get all the ZC info so that you do not need to hard code the sql.

    But here is the info you need:
    The tables that are created
    $table_name = 'download_fetch_file';
    $table2_name = 'download_fetch';
    This table is use just to add a record
    $table3_name = 'query_builder';

    Around line 31 in install-sql-download_fetch.php
    You will find the create table code for download_fetch_file
    At around line 54 you will find the insert record code

    Around line 67 in install-sql-download_fetch.php
    You will find the create table code for download_fetch
    At around line 89 you will find the insert record code

    Around line 106 in install-sql-download_fetch.php
    You will find the insert record code for query_builder

    Skip
    • 446F63746F722057686F •

  3. #53
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]



    Ok this is what i got
    first step works good,
    1.Download Request
    Success!
    An e-mail has been sent to ice_ck########################## with the details to download TNI_BB_MEP_Reader.zip file.

    Second step works this is when i ge the email when i request for the file

    2. TNI Wireless
    BB MEP REader Download Information

    Therd step looks good the information of the file

    3 Filename: TNI_BB_MEP_Reader.zip (33.1 KB)
    Description: BB MEP ReaderRead the
    MEP from the Network the phone is lock with. Here is your Download

    Four looks good is the link fo the file to download

    4 Link:http://www.tni-wireless.com/index.php? main_page=fetch&id=3&email=ice_ck##########################

    This link will be active for the next 28 day(s)Requesters ip address 99.29.76.46

    This email address was given to us by you or by one of our customers. If youfeel that you have received this email in error, please send an email tocustomercare AT tni-wireless DOT com This email is sent in accordance with the US CAN-SPAM Law in effect01/01/2004. Removal requests can be sent to this address and will be honoredand respected.

    and 5 when i click on the link it send me to the page but is a white screen with no file and no pop up file to download.
    http://www.tni-wireless.com/index.ph...##############




    Thank you


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

    Zen Cart V1.5.4 with Tableau Responsive Theme.

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

    Default Re: Download Fetch [support thread]

    It seems that you are missing a file or have a corrupted file.

    Look at /includes/modules/pages/fetch/header_php.php is it there?

    If so and it looks ok then add/activate ZC debug script http://www.zen-cart.com/forum/showthread.php?t=84613

    Then check out what error you are getting.

    Skip
    • 446F63746F722057686F •

  5. #55
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    ok this is the error log i got

    PHP Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in



    includes/classes/fetch_download.php on line 39

    thank you


    Quote Originally Posted by skipwater View Post
    It seems that you are missing a file or have a corrupted file.

    Look at /includes/modules/pages/fetch/header_php.php is it there?

    If so and it looks ok then add/activate ZC debug script http://www.zen-cart.com/forum/showthread.php?t=84613

    Then check out what error you are getting.

    Skip
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

  6. #56
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    It looks like in line 36


    36 class Fetch_Download{ <----this simbol doesn't have the parner } <-- becouse i check the rest of the simbols { they all have the closing }
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

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

    Default Re: Download Fetch [support thread]

    Are you running php 5.0 or higher.
    Because if you are not, anything below php 5.0 download fetch will not work because I used "private" and "public" function calls in the class file.

    Skip
    • 446F63746F722057686F •

  8. #58
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    PHP Version 4.4.9

    lol i see then i have to check on upgrad to 5 i just hope i don't mess it up, thank you


    Quote Originally Posted by skipwater View Post
    Are you running php 5.0 or higher.
    Because if you are not, anything below php 5.0 download fetch will not work because I used "private" and "public" function calls in the class file.

    Skip
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

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

    Default Re: Download Fetch [support thread]

    ok i got 5 now lol


    and i get this

    [19-Aug-2010 17:14:15] PHP Parse error: syntax error, unexpected T_PUBLIC in
    /includes/classes/fetch_download.php on line 49
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

  10. #60
    Join Date
    May 2007
    Location
    Montebello, CA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Download Fetch [support thread]

    i forgot to tell you now the page is deferent

    The website cannot display the page

    HTTP 500

    Quote Originally Posted by wastaboo View Post
    ok i got 5 now lol


    and i get this

    [19-Aug-2010 17:14:15] PHP Parse error: syntax error, unexpected T_PUBLIC in
    /includes/classes/fetch_download.php on line 49
    https://www.tni-wireless.com

    Zen Cart V1.5.4 with Tableau Responsive Theme.

 

 
Page 6 of 12 FirstFirst ... 45678 ... 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