Zen Cart Logo
Forums / PayPal Express Checkout support / Error with paypal express

Error with paypal express

Locked

Views: 1,725

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
8 Jan 2009, 5:50 PM
#1
wseyller avatar

wseyller

New Zenner

Join Date:
Jul 2005
Posts:
39
Plugin Contributions:
0

Error with paypal express

I installed this on my site a few months back and now I test it out and it doesn't work. The api settings are correct.

After clicking checkout button I get this error:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/nrscoati/public_html/sipwnc/includes/modules/payment/paypalwpp.php on line 1467

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/nrscoati/public_html/sipwnc/includes/modules/payment/paypalwpp.php on line 1467

Warning: Cannot modify header information - headers already sent by (output started at /home/nrscoati/public_html/sipwnc/includes/modules/payment/paypalwpp.php:1467) in /home/nrscoati/public_html/sipwnc/includes/modules/payment/paypalwpp.php on line 1492

Warning: Cannot modify header information - headers already sent by (output started at /home/nrscoati/public_html/sipwnc/includes/modules/payment/paypalwpp.php:1467) in /home/nrscoati/public_html/sipwnc/includes/functions/functions_general.php on line 44

8 Jan 2009, 6:06 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Error with paypal express

Hint ...

Search:

Warning: Cannot modify header information

See if that helps you out ... :smile:

8 Jan 2009, 6:53 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Error with paypal express

Sounds like you're using an OLD version of Zen Cart that has some bugs in the Express Checkout code.
Upgrade to 1.3.8a or apply the applicable patch for the version you're using.

8 Jan 2009, 6:58 PM
#4
wseyller avatar

wseyller

New Zenner

Join Date:
Jul 2005
Posts:
39
Plugin Contributions:
0

Re: Error with paypal express

I am using 1.37 which is what the module was made for. It used to work fine, not sure what happened.

8 Jan 2009, 6:59 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Error with paypal express

v1.3.7 had lots of PayPal bugs. Many patches were issued for it. The latest is here: http://www.zen-cart.com/forum/showthread.php?t=56216 ... The patches were also rolled up into v1.3.7.1, and v1.3.8a includes all the PayPal patches and year's worth of other fixes.

9 Jan 2009, 2:01 PM
#6
wseyller avatar

wseyller

New Zenner

Join Date:
Jul 2005
Posts:
39
Plugin Contributions:
0

Re: Error with paypal express

DrByte:

v1.3.7 had lots of PayPal bugs. Many patches were issued for it. The latest is here: http://www.zen-cart.com/forum/showthread.php?t=56216 ... The patches were also rolled up into v1.3.7.1, and v1.3.8a includes all the PayPal patches and year's worth of other fixes.

Thanks, that did the trick. I will upgrade zencart later, I just needed a quick fix temperarly.