Page 1 of 1

Help wanted with Self Registration and CGEcommerceBase

Posted: Thu Apr 21, 2011 11:57 pm
by proboscidian
I am having no luck at all getting a paid membership set up using Self Registration. I need to get a "purchase a plan" link on the homepage of the website to go to a registration page, which then goes to the cart, which then goes to the gateway (Authorize.net), and then (presuming the gateway authorizes the payment) the purchaser becomes a member in FEU with a one year expiration date and is redirected to the Members Only section of the website.

Registration without the cart part worked fine. Then, I put the redirect after filling out the form to a page with {Cart action="viewcart" supplier="SelfRegistration"} in it, but I get an error message:

Fatal error: Call to a member function GetContent() on a non-object in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 154

The registration page, with {cms_module module=SelfRegistration group=Members}, does not show the template for choosing the membership and the cost, it just shows the registration form.

A test registration not going through the cart did not show a correct expiration date, although I set that for one year.

I would like to hire someone to set this up. Please pm me if you are interested.

Here is the basic module version info:
Here is some basic info:
CMS Version: 1.9.2
SelfRegistration: 1.6.7
CGExtensions: 1.23
CGEcommerceBase: 1.2.4
CGPaymentGatewayBase: 1.0.9

Re: Help wanted with Self Registration and CGEcommerceBase

Posted: Fri Apr 22, 2011 12:10 am
by Dr.CSS
There is a chance that some of the modules you are using need the latest CMSMS 1.9.4.1...

Re: Help wanted with Self Registration and CGEcommerceBase

Posted: Sun Apr 24, 2011 7:59 pm
by proboscidian
Thanks for the suggestion. I upgraded, but still no joy. Here are the error messages I am getting:

Warning: Parameter source is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629

Warning: Parameter produc is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629

Re: Help wanted with Self Registration and CGEcommerceBase

Posted: Sun Apr 24, 2011 8:18 pm
by pixelita
In the second warning message, 'produc' is misspelled. Could that be part of the problem?

Re: Help wanted with Self Registration and CGEcommerceBase

Posted: Sun Apr 24, 2011 8:48 pm
by proboscidian
I noticed that too, but I'm not sure where that parameter is coming from.