Hi,
I hope this is the right forum to ask - apologies if not.
I am in the process of commissioning a new working download-only Zen Cart [latest release] running on my hosting company’s Linux server.
Sample products were loaded and attributes successfully added to permit association with a test download file. “Downloads Manager” confirmed the file name was valid.
However, because of the vast space required for the data files, I wish to host the ‘/download’ folder on a local Windows PC running an XAMPP server.
I have replaced the following entries in both 'includes/configure.php' and 'admin/includes/configure.php'
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
is now…..
define('DIR_FS_DOWNLOAD', 'http:// {working_url_to_downloadfiles} /');
(e.g http:// downloads.local_windows_server.tld )
Permissions for both files were changed to permit modification and reset to read_only.
Obviously the URL was tested to prove true, and files are present, but “Downloads Manager” now reports the file name is missing.
I wonder if anyone can help please? Am I attempting something which is not achievable?
Many thanks for reading this!


Reply With Quote
