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.
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.
Yup, that did the trick. Thanks a truckload, your a life saver!![]()
You're welcome - saved me too!