Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Info Pages Problem

    After installing infopages 2, I am now receiving the following errors in the administrative side:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/httpd/vhosts/freshabundance.com/httpdocs/xxx/infopages2.php on line 237

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/httpd/vhosts/freshabundance.com/httpdocs/xxx/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/httpd/vhosts/freshabundance.com/httpdocs/xxx/includes/classes/object_info.php on line 30

    I am using ZC 1.2.6, PHP 5.04, and MySQL 4.1.21

    Here are the lines the error message refers to:
    Code:
    line 237  of infopages2.php: $bInfo_array = array_merge($pages->fields, $info);
    line 29 of object_info.php: reset($object_array);
    line 30 of object_info.php: while (list($key, $value) = each($object_array)) {
    What's kind of odd is that my first version of info pages works just fine.

    And yes, I know, I should upgrade to 1.3. I will, just need some more $$ so a real developer can do it.

    Jacque

    Just knowledgeable enough to be dangerous.

  2. #2
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Fixed!

    Found the answer in an old thread...

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

    To:
    $bInfo_array = $pages->fields;

    Just knowledgeable enough to be dangerous.

 

 

Similar Threads

  1. v150 Styling the price and "... more info" on my product info pages
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Oct 2012, 03:35 PM
  2. Display Order Problem - Product Info Pages
    By philip937 in forum General Questions
    Replies: 6
    Last Post: 16 Jun 2011, 01:57 AM
  3. Replies: 6
    Last Post: 2 Aug 2009, 06:33 AM
  4. problem with info pages heading titles
    By icecjan in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2006, 08:24 PM
  5. Info Pages Problem
    By jacque427 in forum Addon Sideboxes
    Replies: 7
    Last Post: 13 Oct 2006, 05:01 PM

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