Miva Merchant 4 Module FAQs » Soft Goods (DEN_SOFTGOODS)
{docurl}
What do I need to change in the download.php file if I am using php5?
Comment out these lines, using '//':
//$id = $HTTP_GET_VARS['id'];
//$sc = $HTTP_GET_VARS['sc'];
//$REMOTE_ADDR = $HTTP_SERVER_VARS['REMOTE_ADDR'];
//$HTTP_USER_AGENT = $HTTP_SERVER_VARS['HTTP_USER_AGENT'];
And add these:
$id = $_GET['id'];
$sc = $_GET['sc'];
$REMOTE_ADDR = $_SERVER['REMOTE_ADDR'];
$HTTP_USER_AGENT = $_SERVER['HTTP_USER_AGENT'];
Thanks to Amanda Post for sending us this.
Last update: 2008-02-04 11:46
Author: Thor
Revision: 1.0
You cannot comment on this entry
Records in this category
- How can I configure Soft Goods to serve downloads from a remote server?
- Installation Troubleshooting Tips
- Download links not displaying on invoice, but download emails are working
- After upgrading to a new version of Miva Merchant, the download links stopped working.
- Is it possible to display a download "splash" screen, i.e. an HTML page that displays before the download begins?
- How can I offer free shipping for downloadable products?
- I switched payment modules and the download links are no longer working.
- When I order a downloadable product, no download link is being issued.
- Some MAC Users Cannot Download File to Desktop
- No download link for Upsell items.
- Download links are not being sent
- Displaying the same message for all downloads
- How do I configure Soft Goods on ValueWeb?s AHP Platform?
- What do I need to change in the download.php file if I am using php5?
- What is the format for the htaccess file if the download directory is to be located in public html?














