Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configuration problem


Guest

Recommended Posts

:( Hi,

 

here is my admin configure.php file.

my catalog dir is e_shop, the crazy thing is that i got box_heading_.... whatever in my adminsection aswell in my shop. I am using a IP address because the domainname is redirected and with alot of popups. The shop is part of the regular website. The other crazy thing is that when i put the language files in the includes-directory of the regular website, then i do not have any problems with the shop but then i do have problems with the regular website.

 

I hope it all make sense.

the regular website is http://www.tecno-bike.com/

 

and here is my configure.php admin section:

 

define('HTTP_SERVER', 'http://193.109.190.78/e_shop/'); // eg, http://localhost - should not be empty for productive servers

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

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

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

define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/usr/local/psa/home/vhosts/tecno-bike.com/httpdocs/e_shop/'); // where the pages are located on the server

define('DIR_WS_ADMIN', 'admin/'); // absolute path required

define('DIR_FS_ADMIN', '/usr/local/psa/home/vhosts/tecno-bike.com/httpdocs/e_shop/admin/'); // absolute pate required

define('DIR_WS_CATALOG', ''); // absolute path required

define('DIR_FS_CATALOG', '/usr/local/psa/home/vhosts/tecno-bike.com/httpdocs/e_shop/'); // absolute path required

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 . 'includes/images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

please help me,

 

alot of thx

 

Eric

:'(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...