Guest Posted October 9, 2002 Posted October 9, 2002 Can anyone tell me why my layout looks like this. I just installed the catalog and this is what I got http://muscularbound.com/catalog/default.php What am I doing wrong :oops: Thank you
Guest Posted October 9, 2002 Posted October 9, 2002 Wish i could help ta but thats tep 2.1 and i assume most are using the 2.2 snapshots. I would do another install and check where all the paths to the folders are.
Guest Posted October 9, 2002 Posted October 9, 2002 Have a look in your includes directory for the file called "application_top.php" and look for the section as it appears below. You will need to edit the variables to match your particular server set up. --------------------------------------- define('HTTP_SERVER', 'http://www.yourserver'); define('HTTPS_SERVER', 'https://yourSSLserver'); define('ENABLE_SSL', 1); // ssl server enable(1)/disable(0) define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '/'); define('DIR_FS_LOGS', '/usr/local/apache/logs/'); define('DIR_WS_CATALOG', '/'); define('DIR_WS_IMAGES', '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_PAYMENT_MODULES', DIR_WS_MODULES . 'payment/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); --------------------------------------- As your site is now it appears to not be finding the language files, you might also want to check that you have uploaded the language files to your server. Also, have a look at the directory structure of the osc package you have downloaded and make sure you have replicated this exactly on your web server. You don't HAVE to replicate the file structure, but if you do then you need to define any changes to the structure in the application_top.php file. The advice is to just replicate the structure until you are bit more sure of what it is you are doing.
Guest Posted October 9, 2002 Posted October 9, 2002 Thank you. I will gice it a shot. I will reload all the pages and make sure everything is done right
Recommended Posts
Archived
This topic is now archived and is closed to further replies.