I did some editing on a page and a module and now the page and module are both locked from editing.
On Page Edit I added a link to a javascript and CSS file in the "head" section:
< script type="text/javascript" src="http://localhost/js/ddtabmenu.js" >
/***********************************************
* DD Tab Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
< /script >
< link rel="stylesheet" type="text/css" href="/Portals/0/Skins/Menu/chromemenu.css" / >
< script type="text/javascript" >
ddtabmenu.definemenu("ddtabs5", 0) //initialize Tab Menu #5 with 1st tab selected
< /script >
On Module Settings in advanced settings, header, I also had:
< script type="text/javascript" >
ddtabmenu.definemenu("ddtabs5", 0) //initialize Tab Menu #5 with 1st tab selected
< /script >
Which I had intended to delete, but I never got far enough as to remove it.
Problem:
I'm using the "dnnDropDownActions" controller. I cannot go to "Module Settings" without manually navigating to the ModuleId (ctl/Module/ModuleId). Once I get there and make changes, it's not doing a postback.
Same with "Page Edit". I can get to page edit, but once "Update" is clicked, there is no postback. Both instances simply nothing. I'm locked! This is not the first time this has happened to me when entering content to page heager or module header. My workaround then was to enter "Design Mode" and go to module settings, but this time it's not working. I simply cannot correct any of the changes I've made to Page or Module to get out of my so called pickle.......
Any Ideas would be helpful.