Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default PP Express Error: array_merge()

    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

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: PP Express Error: array_merge()

    Have you installed the Patch and followed the steps outlined:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: PP Express Error: array_merge()

    Yup. Sorry, I forgot to mention that.

    At least I downloaded the zip and copied all the files to my site. Is this the right way to do it?

    The errors are same as they were before I applied the patch.

    -Stobe

  4. #4
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: PP Express Error: array_merge()

    I still can't get this to work. Any thoughts?

    Thanks,
    Stobe

  5. #5
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: PP Express Error: array_merge()

    Ooops. Looks like there was a Feb 15th update to that fix.

    Testing that now...

    Thanks,
    Stobe

  6. #6
    Join Date
    Feb 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: PP Express Error: array_merge()

    I'm having the same error - any help would be much appreciated

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: PP Express Error: array_merge()

    Exact same error ... umm ...

    Did you install the latest Patch? Currently it is the 20th ... but do keep an eye on this thread for updates ...

    http://www.zen-cart.com/forum/showthread.php?t=56216
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Feb 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: PP Express Error: array_merge()

    I have 1.3.7 installed along with the 2/20 patch, and I removed and reinstalled the PayPal Express and IPN modules after applying the patch. Is there anything else that needs to be done?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: PP Express Error: array_merge()

    Quote Originally Posted by blitzer06 View Post
    I have 1.3.7 installed along with the 2/20 patch, and I removed and reinstalled the PayPal Express and IPN modules after applying the patch. Is there anything else that needs to be done?
    1. What is the URL where this can be seen in action?
    2. What is the version stamp in the header of the /includes/modules/payment/paypalwpp.php file ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 29 Nov 2009, 06:01 AM
  2. Database Error in Admin... HELP... array_merge
    By limelites in forum General Questions
    Replies: 5
    Last Post: 14 Jul 2009, 11:09 AM
  3. PayPal Express Warning Array_merge
    By Betsysue in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 30 May 2008, 02:09 AM
  4. Admin->Customers Error , Warning: array_merge()
    By flakdesign in forum Managing Customers and Orders
    Replies: 8
    Last Post: 25 Apr 2008, 04:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg