Guest Posted January 9, 2004 Share Posted January 9, 2004 On the site http://bookstore.e-readit.co.uk/index.php I get this message Warning: The downloadable products directory does not exist: http://bookstore.e-readit.co.uk/catalog/download/. Downloadable products will not work until this directory is valid. Having ftp'd onto the site and confirmed that the directory exits and chas the correct CHMOD of 755 and that the pub directory also exists under catalog with CHMOD 777 as mentioned in the numerous posts about similar problems, I am now at a loss. If anyone out there can suggest anything to help I would be very grateful. Thank you in advance for your help and support. Steve. Link to comment Share on other sites More sharing options...
Guest Posted January 9, 2004 Share Posted January 9, 2004 Sorry that should be on the site http://bookstore.e-readit.co.uk/catalog/index.php I'm just tired :( Steve Link to comment Share on other sites More sharing options...
OceanRanch Posted January 9, 2004 Share Posted January 9, 2004 Check your catalog/includes/configure.php for the define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); You may need to remove the trailing . in your define. HTH Tom Link to comment Share on other sites More sharing options...
Guest Posted January 9, 2004 Share Posted January 9, 2004 Thanks for the quick reply Tom, but the definition was exactly as per your post and even changing the training didn't fix the problem... Any more idea's?? Anyone? Steve. Link to comment Share on other sites More sharing options...
Guest Posted January 10, 2004 Share Posted January 10, 2004 FIXED IT!! :D It seems that the path was wrong in the config after all!! The path displayed on the index page was the correct path but not the one that was actually being traversed too. Once changed to:- define('DIR_FS_DOWNLOAD', 'download/'); It worked perfectly - to a point, now when I complete the order there is no file available to download!! But that's a new post if I can't fix it. Steve Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.