pezholio Posted June 13, 2007 Share Posted June 13, 2007 I'm having a few very annoying problems with my installation of osCommerce, I recently accidentally overwrote some of my files with older versions and am currently sorting it all out. However, there seems to be a slight problem with my configure.php file, I keep getting the same error when in the products section. Currently my configure.php is set up like so: define('HTTP_SERVER', 'http://www.subtleaudiorecordings.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.subtleaudiorecordings.com/shop'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/public_html/shop/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required define('DIR_FS_ADMIN', '/public_html/shop/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/shop/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/public_html/shop/'); // absolute path required 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 . 'admin/images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Are there any alarm bells ringing for anyone? Cheers Link to comment Share on other sites More sharing options...
pezholio Posted June 15, 2007 Author Share Posted June 15, 2007 Sorry to bump this, but I could really so with some help! :) Link to comment Share on other sites More sharing options...
aznkpride0922 Posted June 15, 2007 Share Posted June 15, 2007 I think you should tell us where you get this message from. > Error: Catalog Images Directory Does Not Exist well.. according to what it says, I'm taking a wild guess that you should check your settings here on configure.php define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); does imgages directory really exist? maybe it's off by the one capital or lower letter... the weird thing is that I don't have 'define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');' in my configure.php... hmm.. good luck :) Link to comment Share on other sites More sharing options...
pezholio Posted June 15, 2007 Author Share Posted June 15, 2007 I think you should tell us where you get this message from. > Error: Catalog Images Directory Does Not Exist Oops, sorry! I get the message in the Categories section. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.