Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

urgent check


Guest

Recommended Posts

Posted

Hi,

 

after 5 days of looking it is my configure-file that seems not to do its work.

I dont get the languages as it must.

 

can someone check, please

 

define('HTTP_SERVER', 'http://193.109.190.78/e_shop/'); define('HTTPS_SERVER', 'https://193.109.190.78/e_shop/'); //

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'http://193.109.190.78/e_shop/');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', 'http://193.109.190.78/e_shop/');

define('HTTPS_COOKIE_PATH', 'https://193.109.190.78/e_shop/');

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

 

i use an ip address to block a popup on the domainname

 

thx in advance

 

Eric

Posted

Compare your:

 

includes/languages/english.php (and the other languages, as well)

 

with the language file that is working, which is:

 

includes/languages/espanol.php

 

I think you'll find where you've gone wrong.

 

jon

It's all just ones and zeros....

Archived

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

×
×
  • Create New...