redheadedal Posted May 21, 2007 Posted May 21, 2007 Everything appeared to install just fine, but whenever I try to click anywhere, the link is seriously jacked up. for example. I know there has to be an easy fix for this, but I can't find where there was a configuration problem. Any ideas? If it helps, I'm using dreamhost. THANKS! http://store.mydomain.com/catalog/admin/://store.mydomain.com/admin/index.php
♥Vger Posted May 22, 2007 Posted May 22, 2007 Look in your admin/includes/configure.php file - that's probably where the problem is Vger
redheadedal Posted May 22, 2007 Author Posted May 22, 2007 Look in your admin/includes/configure.php file - that's probably where the problem is Vger doh! You are correct sir. Still getting oriented and forgot about the admin config file. Thanks bunches Vger!
redheadedal Posted May 22, 2007 Author Posted May 22, 2007 I'm running into a similar problem on the catalog portion of oscommerce... For example, a link in the catalog looks like: http://store.mysite.com/catalog/://store.mysite.com/index.php?cPath=1&osCsid=9f38d3b6504a8bd2f0fdc959aa61f462 I'm really at a lost for where the problem is coming from. I went through all of the configuration files and things seem legit. I can't find where the "://" problem is. I've tried turning off SSL, and cleared out my cache in my browsers. here's my admin/includes/configure.php file define('HTTP_SERVER', 'http://'); // eg, [url="http://localhost"]http://localhost[/url] - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://'); define('HTTPS_CATALOG_SERVER', 'http://'); define('ENABLE_SSL_CATALOG', 'fales'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/alstond/store.mysite.com/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', 'store.mysite.com/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/alstond/store.mysite.com/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', 'store.mysite.com/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/home/alstond/store.mysite.com/catalog/'); // 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 . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.