Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Catalog errors


Dean

Recommended Posts

Hi,

 

I seem to be having a problem with a catlog I have put together - http://www.casalibra.com/catalog/

 

I've looked through this forum and see that many people are having the same problems... but not many solved.

 

What happens is that when someone tries accessing the index.php (or any other php files in catalog) the page return 'cannot find server'. Then if you refresh a few times, you finally go through ok. This probably happens about 60% of all visits. However, I have never had the problem in NS - only in IE!

 

This is what the config looks like.... can anyone see anything wrong?

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.casalibra.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'http://www.casalibra.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.casalibra.com');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/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/');

 

 

 

Hope someone can help as this is driving me nuts!!! Arghhhhh :angry:

 

Thanks is advance!

 

Cheers,

 

 

Dean

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...