Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem creating users


Tuskin

Recommended Posts

Posted

I have been working on this site offline using localhost... while having another online that is just a shell.... anyways today I go and look at the site to get the final checkout things done (first time using osc) and well... I have to create a user, and it wont let me! I fill in all the information and it doesnt matter, it'll just pretend as if I didnt enter anything and reload the page. No errors, no errors embeded in the html or in the source.... I dont know really, I have looked through google and this site but havent seen anything. Any help would be great, esp if someone has gone through this. The acutal 'install' of oscommerce is done through an automated process by which 'our' host installed it. I plan to replace most of the files with my edited files... but i'm not sure that it's the php that's the matter, and I dont know if it's the server settings either. I have modified all the settings they will allow... and i'll continue to fool with them for a while. But.. yeah i'm stuck.

 

www.dollardvdstore.com take a look and see if you can give me a hint or hand.

 

and yeah it looks like oscommerce :-p I havent tried to change this one haha

Posted

Try removing www. from your config file

 

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

define('HTTPS_SERVER', 'https://dollardvdstore.com/');

define('ENABLE_SSL', true);

define('HTTP_COOKIE_DOMAIN', 'dollardvdstore.com');

define('HTTPS_COOKIE_DOMAIN', 'dollardvdstore.com');

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

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

Archived

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

×
×
  • Create New...