Hello,

I have a fresh 1.3.7 install that I am trying to get PP Express working on. But when you click on the "Pay with paypal" button, you get a page that shows this...

Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/console/public_html/includes/modules/payment/paypalwpp.php on line 1467
 
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/console/public_html/includes/modules/payment/paypalwpp.php on line 1467
 
Warning: Cannot modify header information - headers already sent by (output started at /home/console/public_html/includes/modules/payment/paypalwpp.php:1467) in /home/console/public_html/includes/modules/payment/paypalwpp.php on line 1492
 
Warning: Cannot modify header information - headers already sent by (output started at /home/console/public_html/includes/modules/payment/paypalwpp.php:1467) in /home/console/public_html/includes/functions/functions_general.php on line 44
When I look in the debug email, it shows this:

Code:
2007-02-13 01:43:39
-------------------
(live transaction) --> https://api-3t.paypal.com/nvp
 
Request Headers: array (
0 => 'Content-Type: text/namevalue',
1 => 'X-VPS-Timeout: 45',
2 => 'X-VPS-VIT-Client-Type: PHP/cURL',
3 => 'X-VPS-VIT-Integration-Product: PHP::Zen Cart - WPP-NVP',
4 => 'X-VPS-VIT-Integration-Version: 0.1',
)
 
 
Request Parameters: {SetExpressCheckout} array (
 
'LOCALECODE' => 'US',
'PAYMENTACTION' => 'Sale',
'AMT' => '38.00',
'RETURNURL' => 'http://consolemodstuff.com/ipn_main_handler.php?type=ec',
'CANCELURL' =>
'http://consolemodstuff.com/index.php?main_page=login&ec_cancel=1',
'PAGESTYLE' => 'cms',
'METHOD' => 'SetExpressCheckout',
'CURRENCYCODE' => 'USD',
'USER' => 'HIDDEN',
'PWD' => '****************',
'VERSION' => '2.3',
'SIGNATURE' => '****************************************************ZH-7',
)
 
Response: array (
 
 'TIMESTAMP' => '2007-02-13T18:43:39Z',
 'CORRELATIONID' => '104cbf1482e9',
 
'ACK' => 'Success',
'VERSION' => '2.300000',
'BUILD' => '1.0006',
 
 'TOKEN' => '****',
)
Any help would be greatly appreciated!
-Stobe