Guest Posted January 13, 2013 Posted January 13, 2013 Hi I'm new to oscommerce, so sorry if I ask a stupid question. My site looks strange, can anyone tell me what I have done wrong, I have tried to reinstall but with the same result The site is: www.engros-handel.dk Hope you can help me so I can go on with this
PupStar Posted January 13, 2013 Posted January 13, 2013 have you installed this through cpanel or some other auto installer??? If yes I would suggest downloading the oscommerce package from here http://www.oscommerce.com/Products upload manually using ftp, create your database through your control panel and then run the install routine. Mark
Guest Posted January 13, 2013 Posted January 13, 2013 I have done everything as you described above - NOT via cpanel or other auto installer
PupStar Posted January 13, 2013 Posted January 13, 2013 well then you need to check your configure.php file to make sure the paths are correct
Guest Posted January 13, 2013 Posted January 13, 2013 All paths looks right - my configure.php looks like this: <?php define('HTTP_SERVER', 'http://www.engros-handel.dk'); define('HTTPS_SERVER', 'http://www.engros-handel.dk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); 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', '/customers/9/a/f/engros-handel.dk/httpd.www/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'engros-handel.dk.mysql'); define('DB_SERVER_USERNAME', 'engros_handel_d'); define('DB_SERVER_PASSWORD', 'xxxxxxx'); define('DB_DATABASE', 'engros_handel_d'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); define('CFG_TIME_ZONE', 'Europe/Copenhagen'); ?>
multimixer Posted January 13, 2013 Posted January 13, 2013 @@revica This has nothing to do with the configure.php files Reason for the issue is that none of the css and js files of folder /catalog/ext/ are available. Same happen with the images. Following to do 1) Make sure that the files linked in catalog/includes/template_top.php and folder /images/ are on the server and that permissions are set properly (755 for folders and 644 for files) 2) Rename the .htaccess file of folder /images/ to htaccess.txt temporary. Same for htaccess file in folder /ext/ I suspect reason are the htaccess files My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Guest Posted January 13, 2013 Posted January 13, 2013 Heyyyy... it worked, thank you very much, you saved my day
Recommended Posts
Archived
This topic is now archived and is closed to further replies.