Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add to Cart not working


whitewolfspirits

Recommended Posts

I also created an account and it won't let me log into it. When I log in, nothing happens. Still says "Welcome Guest" The account is in there because I can click on the "forgot password" and it will send to my email address. Have no idea what is wrong.

White Wolf Spirits

Link to comment
Share on other sites

Everyone says it is the config file. Here is what I have (minus any sensitive information)

 

 

define('HTTP_SERVER', 'http://reptees.com');

define('HTTPS_SERVER', 'http://reptees.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'http://reptees.com');

define('HTTPS_COOKIE_DOMAIN', 'http://reptees.com');

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

White Wolf Spirits

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...