Paypal Form Plugin Error: FabrikFEModelForm::getRedirectContext()

sgorney

Member
Hey Guys:

I'm setting up a form that will be going through to paypal. I've set up the paypal plugin form and when I submit it I get this error:

PHP:
Fatal error: Call to undefined method FabrikFEModelForm::getRedirectContext() in /xxx/yyy/public_html/plugins/fabrik_form/paypal/paypal.php on line 318

I'm not sure what's causing this. I had set up a pretty complex cost PHP script when I got this error, but to troubleshoot I changed it and just set a number value (50) and I still got the error.

I installed the plugin from the Git source.

Any ideas on how to fix this?

-Chad
 
Sounds like your PayPal plugin code is more up to date than your core fabrik code.

Can you do an update from github?

If you aren't already running 3.0.4, grab that ZIP from the download page on this site and install it through the J! extension manager.

Then grab the latest github code:

https://github.com/Fabrik/fabrik/zipball/master

... unzip that and upload everything to your server, overwriting your server files.

That should make sure you are bang up to date, and that error should go away.

-- hugh
 
Back
Top