This is a fresh DNN 4.3.3 installation on my webhost, not an upgrade.
The Edit Module Definitions page for any module fails to submit. Some of the other buttons on the page also fail when clicked e.g. when trying to set premium usage for a module. The browsers report the following errors for the Submit button and the remaining errors are nearly identical, just for different buttons.
Internet Explorer:
Line: 1
Char: 1
Error: 'WebForm_PostBackOptions' is undefined
Code:0
Firefox:
Error: WebForm_DoPostBackWithOptions is not defined
Source File: WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dnn:ctr322:EditModuleDefinition:cmdUpdate", "", true, "", "", false, true))
Line: 1
The site logs are all clean, no module errors or anything else reported. There seems to be somethign missing from the code on that page.
Addendum:
I've now discovered that individual module advanced settings pages also will not submit... same error. It's like something has messed with page code somewhere.
Any ideas are greatly appreciated.
Rob