Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Error: Argument #2 is not an array in .../httpdocs/admin/infopages2.php

    This should solve it...

    Change line 237 in infopages2.php from:
    $bInfo_array = array_merge($pages->fields, $info);

    To:
    $bInfo_array = $pages->fields;

    Found this in an old thread as I just encountered the same problem and fixed it.

  2. #2
    Join Date
    Jun 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Error: Argument #2 is not an array in .../httpdocs/admin/infopages2.php

    Yup, that did the trick. Thanks a truckload, your a life saver!

  3. #3
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Error: Argument #2 is not an array in .../httpdocs/admin/infopages2.php

    You're welcome - saved me too!

 

 

Similar Threads

  1. Warning: array_merge() [function.array-merge]: Argument #1 is not an array
    By antieuclid in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 19 Jul 2010, 02:50 AM
  2. Replies: 19
    Last Post: 14 Dec 2009, 01:17 PM
  3. Replies: 1
    Last Post: 2 Oct 2008, 11:01 PM
  4. Replies: 1
    Last Post: 14 Mar 2008, 02:58 AM
  5. Error: Argument #1 is not an array in
    By Fuzion in forum Managing Customers and Orders
    Replies: 2
    Last Post: 2 Feb 2008, 07:57 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