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
Printable View
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
:smile:
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...##############
:lamo:
Thank you
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
It looks like in line 36
36 class Fetch_Download{ <----this simbol doesn't have the parner :no: } <-- becouse i check the rest of the simbols { they all have the closing }
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
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