ShauntN Posted June 24, 2011 Share Posted June 24, 2011 Hello Everyone, I have a website that a previous web designer created. When I switched it from a Windows server to a linux server, i lost my catalog and modules connection to the database. This is all through Godaddy... In the Modules section of OsCommerce, nothing shows from payment gateways to shipping and order total. In the Catalog section of OsCommerce, i see a pink bar up top that says: Error: Catalog images directory does not exist: D:\Hosting\4837859\html/shop/images/ When i click on tools, i get the same pink bar that says: Error: Backup directory does not exist. Please set this in configure.php. but nothing shows in the list... Please I need help!!!!!!!! My developer abandoned me after receiving payment for something he didn't even do. I am broke and very desperate to get my site going. Please if you have any questions and/or find it in your heart to help me out over the phone or through email, I will give it to you... Thank You Link to comment Share on other sites More sharing options...
FIMBLE Posted June 24, 2011 Share Posted June 24, 2011 Sounds like your configure.php files are not set correctly admin > includes > configure.php catalog > includes > configure.php Check the settings in these two files. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
ShauntN Posted June 24, 2011 Author Share Posted June 24, 2011 Sounds like your configure.php files are not set correctly admin > includes > configure.php catalog > includes > configure.php Check the settings in these two files. Nic Hi Nic, I know they are off but i don't know what to change and what to change them to... email me: [email protected] Thank You Link to comment Share on other sites More sharing options...
Guest Posted June 24, 2011 Share Posted June 24, 2011 Shaun, You can post the contents of the configure.php files here (less the database information) and we can help with the problem. Chris Link to comment Share on other sites More sharing options...
ShauntN Posted June 24, 2011 Author Share Posted June 24, 2011 Shaun, You can post the contents of the configure.php files here (less the database information) and we can help with the problem. Chris <?php define('HTTP_SERVER', 'http://luxewholesale.com'); define('HTTP_CATALOG_SERVER', 'http://luxewholesale.com'); define('HTTPS_CATALOG_SERVER', 'http://luxewholesale.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', 'D:\Hosting\4837859\html/shop/'); define('DIR_WS_ADMIN', '/shop/admin/'); define('DIR_FS_ADMIN', 'D:\Hosting\4837859\html/shop/admin/'); define('DIR_WS_CATALOG', '/shop/'); define('DIR_FS_CATALOG', 'D:\Hosting\4837859\html/shop/'); 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 . 'shop/images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'shop/includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'shop/admin/backups/'); define('DB_SERVER', 'luxellc.db.4837859.hostedresource.com'); define('DB_SERVER_USERNAME', 'luxellc'); define('DB_SERVER_PASSWORD', '*************'); define('DB_DATABASE', 'luxellc'); define('USE_PCONNECT', 'true'); define('STORE_SESSIONS', 'mysql'); ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.