I've been struggling for a few hours now trying to get a test site up and running. I've followed the install without an issue and can login to the site. From the "Taskpad Home" everything looks okay, except that I get these errors on page load:
1)
Line: 18
Char: 1
Error: '__FrameBox' is undefined
Code: 0
URL: http://localhost/test/admin/menu/appmain.aspx
2)
Line: 21
Char: 1
Error: '__FrameBox' is undefined
Code: 0
URL: http//localhost/test/admin/menu/appmain/aspx
3)
Line: 143
Char: 1
Error: Object expected
Code: 0
URL: http://localhost/test/admin/menu/taskpad.aspx
So, although the page loads, and a number of the links work, those that use the BLOCKED SCRIPTparent.ContentJS.Navigate('...') fail with the error:
Line: 1
Char: 1
Error: 'parent.ContentJS' is null or not an object
Code: 0
URL: http://localhost/test/admin/menu/appmenu.aspx
As an aside, almost none of the images show on any screen w/ the exception of the "FLUX.net" in the upper-right corner of the screen.