Nevermind I got it.
Per http://expressionengine.com/docs/installation/version_notes_1.6.9.html
The Pages Nest Menu plugin is still referencing the old Array.
You can edit the plugin, since Mark hasn’t yet, and fix it by doing the following:
around line 40 add:
var $pages_prefs;— then around line 70 change
$pages = $PREFS->ini('site_pages');— to be:
$pages_prefs = $PREFS->ini('site_pages');
$pages = $pages_prefs[1];save the file and upload.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.