Zen Cart 1.3.8a
Database Patch Level: 1.3.8
MYSql PHP on Linux hosting service.
I can not get the system to recognize the changed download directory location. It says it doesn't exist.
I followed the instructions in the tutorial section. "How do I relocate my download directory outside my webroot....."
From configure.php in two places. includes, and admin/includes.
============================
define('DIR_FS_CATALOG', '/usr/local/pem/vhosts/163130/webspace/httpdocs/quantum/audio_zen/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
============================
Ok, so I changed this line - in both files - above to:
define('DIR_FS_DOWNLOAD', '/usr/local/pem/vhosts/163130/webspace/httpdocs/download/');
which is where the directory should live.
The SystemInfo option points out the path as well,
_ENV["ORIG_PATH_TRANSLATED"] /usr/local/pem/vhosts/163130/webspace/httpdocs/quantum/audio_zen/admin/server_info.php
I do own httpdocs, having a working web site there.
So I'm stumped actually. Will it do it or won't it?
I guess it's not 100% necessary, but would be a bit of a help.
I've searched the entire internet, and while I find this talked about a lot, no actual solutions seem evident?
Thanks anyone





