Hello!
I am having an issue with page dropdown controls on my DNN installation. I have searched a found similar issues, but none of the solutions solved the problem. The issue occurs on any page with a dropdown control used to select a page, for example choosing a parent page for a new page, choosing a start page, etc. When I click to drop the box, this is what I get:
Here are some other details:
My site is hosted by Sectorlink. I verified with them that it is running .NET 4.5.1 (I saw in other posts that this may be an issue.)
I'm running DNN 7.03.00.
This is a brand new install with only 1 actual page at the moment. I have also installed Tidy, a skin, from http://tidy.skinsbyadammer.com/.
When I take a deeper look with Chrome I see this in the developer tools when I bring up the add page dialog:
Clicking on that leads me to this line:
dnn[settings.filesComboId].options.services.parameters.parentId = settings.selectedFolderId;
Anyone have any ideas how I can fix this?
Thanks so much!!
Rick