Re: Download Fetch [support thread]
Quote:
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!!!
Quote:
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
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
Re: Download Fetch [support thread]
done ...... no errors came up..... it did not even show an error log
Re: Download Fetch [support thread]
Check for errors now you should have two.
Skip
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
Re: Download Fetch [support thread]
Quote:
Originally Posted by
MischiefDesignz
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
Re: Download Fetch [support thread]
I did the reinstall and am still getting the same thing...... no download and same error......
Re: Download Fetch [support thread]
Quote:
Originally Posted by
MischiefDesignz
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
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
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!