eredinger Posted May 12, 2008 Posted May 12, 2008 Hi, I had to move my site to a hosting company and now I am having this issue: catalog images directory does not exist : /catalog/images and Backup directory does not exist. Here's my Admin/includes/configure.php define('HTTP_SERVER', 'http://mysite.com'); define('HTTP_CATALOG_SERVER', 'http://mysite.com'); define('HTTPS_CATALOG_SERVER', 'http://mysite.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/catalog/'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', '/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); 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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DB_SERVER', '##.##.##.##'); define('DB_SERVER_USERNAME', 'Username'); define('DB_SERVER_PASSWORD', 'Password'); define('DB_DATABASE', 'DATABASE'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> I was able to fix my catalog/includes/config.php issues but not this. The images don't appear in the catalog section of the admin, the images are on the server and so is the directory, and the images show up on the store front. no ssl certs used. Any help wold be great! Eric
eredinger Posted May 13, 2008 Author Posted May 13, 2008 It's Fixed! Thanks to germ who helped out at this link: http://www.oscommerce.com/forums/index.php?showtopic=301963 :thumbsup: Eric
cplus Posted May 13, 2008 Posted May 13, 2008 I was just going to post the fix over here. LOL Josh Do your payment modules work? Mine don't. josh P.S. Post your admin/includes/config file if you wouldn't mind so I can take a look and see what yours looks like. Obviously don't post your database info.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.