Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Site looks strange


Guest

Recommended Posts

Posted

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

Posted

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

Posted

I have done everything as you described above - NOT via cpanel or other auto installer

Posted

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');

?>

Posted

@@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

Posted

Heyyyy... it worked, thank you very much, you saved my day

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...