Page 1 of 1

[solved] SelfRegistration shows form, submit results in 404

Posted: Sat Nov 28, 2009 4:53 pm
by drsceifers
I am trying to get SelfRegistration to work. I have created the register-now page and placed this tag on eit:
{cms_module module=SelfRegistration group=ecommerce}

The page comes up and presents my form fields great. Then when I fill them and click on submit, I get a 404 on the post. I have checked the access logs and the GET works and the POST fails.

I am using 1.6.6 Bonde, and have the following modules installed...

Cart 1.4.2 Installed
CGExtensions 1.17.6 Installed Has Dependents (Products, Cart, Orders, CGPaymentGatewayBase)
CGPaymentGatewayBase 1.0.3 Installed Has Dependents (Orders)
CGSimpleSmarty 1.4.3 Installed Has Dependents (Products, Orders)
CMSMailer 1.73.14 Installed Has Dependents (FrontEndUsers, SelfRegistration, Orders)
CustomContent 1.5.3 Installed
FileManager 1.0.1 Installed
FrontEndUsers 1.6.11 Installed Has Dependents (SelfRegistration, CustomContent, Orders)
MenuManager 1.6.2 Installed
ModuleManager 1.3.1 Installed
News 2.10.3 Installed
nuSOAP 1.0.1 Installed
Orders 1.6.12 Installed
Printing 1.0.4 Installed
Products 2.4.6 Installed Has Dependents (Cart, Orders)
Search 1.6.1 Installed
SelfRegistration 1.2.5 Installed
ThemeManager 1.1.1 Installed
TinyMCE 2.5.5 Installed

How can I best track this down? I tried debug=true, but since it gets a 404, it was of no help. The GET page had no errors.

thanks

Re: SelfRegistration shows form, submit results in 404

Posted: Sat Nov 28, 2009 5:13 pm
by Rolf
drsceifers,

Is it possible you have set a default page to redirect after submit and this page isn't there anymore? Or it isn't active?
SelfRegistration >> Preferences >> PageID/Alias to redirect to after registration is complete:

Regards, Rolf  :)

Re: SelfRegistration shows form, submit results in 404

Posted: Sat Nov 28, 2009 6:08 pm
by drsceifers
Rolf,

I had originally set it to home.

I tried removing it and to set it to register-now neither worked any differently.

BTW, no registered users are being created if that helps.

Re: SelfRegistration shows form, submit results in 404

Posted: Sat Nov 28, 2009 9:47 pm
by Rolf
Just to eliminate:
Do you use pretty urls on the website in question with a traling slash?
f.i. www. website.com/contact/

Do you have a link? (pm)

Rolf

Re: SelfRegistration shows form, submit results in 404

Posted: Mon Nov 30, 2009 3:38 am
by drsceifers
Rolf,

I fixed this, but I can't remember how. I remember it was a dumb mistake, but I had several things wrong and now have the entire product/cart module set working.

I'm working on Orders now :-)