Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Banner Error!


nokaNET

Recommended Posts

I'm seing this in the upper area above the banner:

 

 

Warning: The downloadable products directory does not exist: /home/nokanet/public_html/inventorydownload/. Downloadable products will not work until this directory is valid.

 

 

I would be greatful for any advise. Thank you and Aloha!

Link to comment
Share on other sites

I'm seing this in the upper area above the banner:

Warning: The downloadable products directory does not exist: /home/nokanet/public_html/inventorydownload/. Downloadable products will not work until this directory is valid.

I would be greatful for any advise. Thank you and Aloha!

 

I think you need to get a forward slash between inventory and download. I had the same problem.

 

When you check the catalog/includes/configure.php for the lines

 

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

I had to add forward slashes before download and pub like this

 

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . '/pub/');

 

to make it work.

 

Hope this helps

 

Simon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...