Usergroup: Member
Joined: Apr 06, 2008
Location: thailand
Total Topics: 1
Total Posts: 5
Posted 04/06/08 - 11:58 AM:
#1
Hi Paul,
we had an upgrade at the 4th of March. The paypal.php is throwing since then a fatal error when a user is redirected back to the web site after payment process is completed.
Call to undefined function: redirect() in /home/s08761/public_html/paypal.php on line 152
Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 04/06/08 - 02:56 PM:
#2
function redirect is defined in includes/commonfuncs.php, and paypal.php includes start.php which in turn includes that file. But it only gets included when the payment is verified, I see. There's nothing really to do with an invalid payment anyway, but I'll move the include to ensure it doesn't create that error.
Usergroup: Member
Joined: Apr 06, 2008
Location: thailand
Total Topics: 1
Total Posts: 5
Posted 04/07/08 - 04:02 PM:
#3
The payment is received, booked and visible in admin's payment list. That part worked fine. The landing page did not work - it displayed the css style of the site with the fatal error.
Usergroup: Member
Joined: Apr 06, 2008
Location: thailand
Total Topics: 1
Total Posts: 5
Posted 04/08/08 - 12:33 AM:
#5
Ok and how did you fix it? Did you update any files we need to download/upload to the server? We did not change, modify or alter any files yet participating in this process.