Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can Not Register or Login


kdcomm

Recommended Posts

I've been searching posts for awhile and can not find an answer - I found a similar question - but no answer -

 

I visit my inactive cart- and try to login or register, but I can not do either- If I sign up as a new customer- page reloads without signing up -

 

If I attempt to "login" as a user I know is active- it doesn't recognize usr or pwd...

 

I think it has to do with my configure.php file - but don't know what needs changed... here is what I have...

 

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

define('HTTPS_SERVER', 'https://dprhensim31.doteasy.com/~admin201/'); // eg, https://localhost - should not be empty for productive servers

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

define('HTTP_COOKIE_DOMAIN', 'www.inyourdreamz.net');

define('HTTPS_COOKIE_DOMAIN', 'www.inyourdreamz.net');

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

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

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

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

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/var/www/html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

Please help???

Link to comment
Share on other sites

Try:

 

 

define('HTTP_SERVER', 'http://www.inyourdreamz.net'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://dprhensim31.doteasy.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.inyourdreamz.net');
define('HTTPS_COOKIE_DOMAIN', 'dprhensim31.doteasy.com');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/~admin201/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/~admin201/catalog/');

 

Matti

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...