Checkout error

Questions about modifications to Zuluru code, to add or change features
Post Reply
dyoung
Posts: 68
Joined: Mon Dec 09, 2013 5:33 pm

Checkout error

Post by dyoung »

Below is the checkout page I got after setting up a test registration. While I have not setup my paypal sandbox yet, this seems to be a little raw.
Also, at some point, it would be nice to be able to edit this page.
Attachments
snapshot1.png
snapshot1.png (103.82 KiB) Viewed 37036 times
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Edit Questionnaire

Post by GregS »

Looks like it's hitting an uncaught error, likely due to the PayPal parameters being missing. If you set debug to 2 in config/core.php, you'll get useful error messages.

The text of the offline payment notice is editable in Configuration -> Settings -> Registration, as is the refund policy.
dyoung
Posts: 68
Joined: Mon Dec 09, 2013 5:33 pm

Re: Edit Questionnaire

Post by dyoung »

I guess I should just keep error checking on, for now, while I test things out. :oops:
So if I turn off online payment, the error goes away and everything is good.
Attachments
snapshot2.png
snapshot2.png (76.27 KiB) Viewed 37033 times
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Edit Questionnaire

Post by GregS »

I'll look at why the "undefined property" error is coming up, but it seems like your PHP doesn't have the cUrl library included / enabled? That's going to be required for PayPal support.
GregS
Site Admin
Posts: 240
Joined: Thu Jan 06, 2011 4:58 pm

Re: Edit Questionnaire

Post by GregS »

I've fixed this error, and also added checks for the cUrl library wherever features that depend on it can be set, so if you don't have cUrl, you will get a warning message and not be able to turn on PayPal.
Post Reply