I'll try to post without risking security issues:
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/home/danci18/public_html/secret admin/');
define('DIR_WS_CATALOG', '/home/danci18/public_html/');
define('DIR_WS_HTTPS_ADMIN', '/home/danci18/public_html/secret admin/');
define('DIR_WS_HTTPS_CATALOG', '/home/danci18/public_html/');
AND
define('DIR_FS_SQL_CACHE', '/home/danci18/public_html/cache');
[NOTE: I inherited this site and will upgrade to the latest version as soon as possible. I do understand that this version is NOT a good version. I needed to fix some things for the store owner as soon as possible, and I'm very concerned about doing the update as there are several issues in the current site which will make that difficult--i.e., the template files are not designated as to customized, or original and I don't know (yet) what plugins, etc. have been added.] Plus, as you can tell, I am certain I don't know enough to do the upgrade "seamlessly".


Reply With Quote
