JoeB Posted April 24, 2010 Posted April 24, 2010 I have been working on the program and everything was working great. I added a shipping module and a tracking module and thought all was fine. I went to my front page http://www.bifanoclockworks.com/OS and all of a sudden all my links do not work. I looked at my config file and it looks fine but not sure what it is or where to look to fix it. Here is an example of what the link looks like under the information box. http://bifanoclockworks.comdir_ws_adminshipping.php/ I know that it should be substituting the "dir_ws_admin" with "/OS/" and it should work fine but can't figure out what is going on. Here is the config file under catalog/includes define('HTTP_SERVER', 'http://www.bifanoclockworks.com'); define('HTTPS_SERVER', 'https://www.woodease.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'bifanoclockworks.com'); define('HTTPS_COOKIE_DOMAIN', 'woodease.com'); define('HTTP_COOKIE_PATH', '/OS/'); define('HTTPS_COOKIE_PATH', '/OS/'); define('DIR_WS_HTTP_CATALOG', '/OS/'); define('DIR_WS_HTTPS_CATALOG', '/OS/'); 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/woodea2/public_html/bifano/OS/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); Here is is under admin.. define('HTTP_SERVER', 'http://www.bifanoclockworks.com'); define('HTTP_CATALOG_SERVER', 'http://www.bifanoclockworks.com'); define('HTTPS_CATALOG_SERVER', 'https://www.woodease.com'); define('ENABLE_SSL_CATALOG', false); define('DIR_FS_DOCUMENT_ROOT', '/home/woodea2/public_html/bifano/OS/'); define('DIR_WS_ADMIN', '/OS/admin/'); define('DIR_FS_ADMIN', '/home/woodea2/public_html/bifano/OS/admin/'); define('DIR_WS_CATALOG', '/OS/'); define('DIR_FS_CATALOG', '/home/woodea2/public_html/bifano/OS/'); 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/'); Any ideas??? Joe
Guest Posted April 24, 2010 Posted April 24, 2010 Looks like u messed up some some file with you instalations. what i suggest: Rollback your installation instructions and take a closer look, maybe u missed something or replaced something you shouldn't. That was happening to me while or other not with this modules but with others... ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.