emailanj Posted August 18, 2005 Posted August 18, 2005 I am getting this error: Error: Backup directory does not exist. Please set this in configure.php. Backup Directory: /home/YOUR_DOMAIN/public_html/catalog/admin/backups/ I am thinking that Your Domain should be mine and it says to change it in the configure.php....But were? Also my cart no longer sends auto email or lets me send one to customers manually...Is this linked? <?php /* osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://proshowequipment.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure.bluehost.com/~proshowe'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'proshowequipment.com'); define('HTTPS_COOKIE_DOMAIN', 'secure.bluehost.com/~proshowe'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/proshowe/public_html/store/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers define('DB_SERVER_USERNAME', 'xxxxx'); define('DB_SERVER_PASSWORD', 'xxxxx'); define('DB_DATABASE', 'xxxxx'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?>
emailanj Posted August 18, 2005 Author Posted August 18, 2005 I have found the problem with my e-mail :D (I had two email address in the Send Extra Order Emails taking one out and getting rid of the < > fixed it) So it is not linked to my back up problem....But I still have no Idea were to look. My previous backups are still in l my back up folder but not in admin and I can not do any more backups.... Thanks for any help Anj I am getting this error: I am thinking that Your Domain should be mine and it says to change it in the configure.php....But were? Also my cart no longer sends auto email or lets me send one to customers manually...Is this linked? <?php /* ?osCommerce, Open Source E-Commerce Solutions ?http://www.oscommerce.com ?Copyright (c) 2003 osCommerce ?Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) ?define('HTTP_SERVER', 'http://proshowequipment.com'); // eg, http://localhost - should not be empty for productive servers ?define('HTTPS_SERVER', 'https://secure.bluehost.com/~proshowe'); // eg, https://localhost - should not be empty for productive servers ?define('ENABLE_SSL', true); // secure webserver for checkout procedure? ?define('HTTP_COOKIE_DOMAIN', 'proshowequipment.com'); ?define('HTTPS_COOKIE_DOMAIN', 'secure.bluehost.com/~proshowe'); ?define('HTTP_COOKIE_PATH', '/store/'); ?define('HTTPS_COOKIE_PATH', '/store/'); ?define('DIR_WS_HTTP_CATALOG', '/store/'); ?define('DIR_WS_HTTPS_CATALOG', '/store/'); ?define('DIR_WS_IMAGES', 'images/'); ?define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); ?define('DIR_WS_INCLUDES', 'includes/'); ?define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); ?define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); ?define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); ?define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); ?define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); ?define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); ?define('DIR_FS_CATALOG', '/home/proshowe/public_html/store/'); ?define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); ?define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection ?define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers ?define('DB_SERVER_USERNAME', 'xxxxx'); ?define('DB_SERVER_PASSWORD', 'xxxxx'); ?define('DB_DATABASE', 'xxxxx'); ?define('USE_PCONNECT', 'false'); // use persistent connections? ?define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.