Hi,
I have setup a paid membership level on my site, enabled my Paypal account to receive $, turned free mode off, etc ...
The problem I am having is I get the following error when I try to checkout using Paypal:
Fatal error: Call to undefined function redirect2() in /home/myname/public_html/checkout/paypal.php on line 502
I check line 502 in paypal.php and don't see anything exciting ...
}
Redirect2($actionURL, $formData, 'post', $providerConf['Caption']);
exit();
}
I made sure to update the full path in the 'require_once' line at the top of paypal.php to the full path to header.inc
Any suggestions are appreciated ...
Thanks