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.