thanks so much for the advice. yes i did change admin directory to img. i did this exactly as it stated in the docs.
Code:
1- Open your admin configuration file: admin/includes/configure.php
In this file, change all instances of /admin/ to your chosen name:
Change this section:
// 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', '/admin/');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_ADMIN', '/admin/');
define('DIR_WS_HTTPS_CATALOG', '/');
Change this section:
// * 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/mystore.com/www/public/admin/');
define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');
2- Rename your admin directory
i have done this before without problems.
i switched everything back to admin but now i get the exact same error messages as when i renamed it to img.
i just don't get it.
Cara