Thanks Kim, didn't change anything from last night though, so I dont' know why it would break this morning. Here is the pertinent text:
and// 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', 'zen/admin/');
define('DIR_WS_CATALOG', 'zen/');
define('DIR_WS_HTTPS_ADMIN', 'zen/admin/');
define('DIR_WS_HTTPS_CATALOG', 'zen/');
of course, I changed the admin name, but changed it back for the sake of troubleshooting.// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_ADMIN', '/home/xxxxx/public_html/zen/admin/');
define('DIR_FS_CATALOG', '/home/xxxxx/public_html/zen/');
Thanks in advance for any help,
Laura



