Forum OpenACS Q&A: can't login from /ecommerce/register

Hello,

I am encountering a weird problem with the register/user-login.tcl in
the ecommerce module.

This is what I am seeing.

Everytime I try to login from ecommerce_mountpoint/register/ I always
get an ad_return_complain generated error message that I did not
supply an email, password, time, hash and token_id.

However, I have the ecommerce module up and running and already have
several products in my catalogue. I could add these products to my
shopping cart. When I check out I go to the
ecommerce_mountpoint/register/ page where I log in. The login is
successfull and I am redirected to the checkout page.

I have been racking my brain as to why it does not work when I go
directly to it but it works when I go through it from checkout.

I noticed that the proc that seems to be the cause of this is
ec_create_session_if_necessary. I understand that it creates a new
session if there is none but am not sure how the rest of it works.

Thanks in advance,