nokaNET Posted July 19, 2005 Share Posted July 19, 2005 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 More sharing options...
luckyhuckster Posted July 19, 2005 Share Posted July 19, 2005 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! <{POST_SNAPBACK}> 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 More sharing options...
nokaNET Posted July 19, 2005 Author Share Posted July 19, 2005 Thank you, that worked! :D Link to comment Share on other sites More sharing options...
luckyhuckster Posted July 19, 2005 Share Posted July 19, 2005 Thank you, that worked! :D <{POST_SNAPBACK}> Excellent! I must be on a roll! :thumbsup: Simon Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.