Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem in user registration


leonordesign

Recommended Posts

Hi there,

 

I own a website leonordesign.com, running on the french market.

 

I have been running the site for more than one year, and installed a lot of nice modules from the oscommerce community.

 

Recently, I don't know what happened, but when I register to the site as a regular user, the site redirects me to the login page.

I can see the user is created in the admin panel, but the regular sees the login page.

 

The registration process is not the regular one, but a one page checkout module.

 

I have been running this one page checkout module for a while, and there always had been some slight problems.

 

 

I develop on my own, but my knowledge of php stop where hard problems begin. And this one is hard for me.

 

So I hope someone here could be of some help.

 

If someone in this forum is ready to take a look at the code, I will be very happy. Of course, the work done will be paid.

 

Thanks in advance,

 

Gilles.

Link to comment
Share on other sites

I recommend to check the session or cookies settings

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

I recommend to check the session or cookies settings

 

 

This is what I did, and indeed I see in the code that the only redirect to the login page is done under the condition that the user is not registered. But I don't understand why he is not registered since the user is just created.

 

my email is [email protected] if you want to communicate directly.

 

Thanks,

 

Gilles.

Link to comment
Share on other sites

This is what I did, and indeed I see in the code that the only redirect to the login page is done under the condition that the user is not registered. But I don't understand why he is not registered since the user is just created.

 

my email is [email protected] if you want to communicate directly.

 

Thanks,

 

Gilles.

 

 

Did you take care to ensure all links & redirects are done correctly to maintain the session? http://www.oscommerce.com/forums/index.php?showtopic=330479&hl

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

I had similar problem other day - Set in Admin - sessions - Check IP Address=false

 

In my case my Ip adress was showing remote and local and prevented me to login

 

Hope this helps :thumbsup:

Getting the Phoenix off the ground

Link to comment
Share on other sites

I had similar problem other day - Set in Admin - sessions - Check IP Address=false

 

In my case my Ip adress was showing remote and local and prevented me to login

 

Hope this helps :thumbsup:

check IP address is slaready set to false.

 

Thanks any way.

Link to comment
Share on other sites

check IP address is slaready set to false.

 

Thanks any way.

Your site seems fine, however there's something missing in the footer area - I guess you know what! :-"

 

Please fix before we add comments to issue's for your site

Getting the Phoenix off the ground

Link to comment
Share on other sites

added the little text in the footer :)

 

The problem now occurs only with firefox (IE is fine).

 

When I get to the checkout_confirmation page, I get an error page saying that the cookies seem to be disabled on my browser (this is not the case).

If I click the retry button, it takes me to the good checkout_confirmation with all the necessary information.

 

The option force cookie is set to true.

 

Thank you for your suggestions.

Link to comment
Share on other sites

what are your configure settings, should be smthg like:

 

  define('HTTP_COOKIE_DOMAIN', 'www.my_site.co.uk');
 define('HTTPS_COOKIE_DOMAIN', 'www.my_site.co.uk');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/catalog/');

 

 

Using force cookies is not the best option, it alieviates issues caused by coding errors, but will also prevent some using youir site and can have other issues with add-ons.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...