Originally the site worked fine, I edited a few pages fine. Then I uploaded some pictures, tried to add an html content to the left pane and now NO html content with post. I get the most generic .NET error I have ever seen...
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
mojoPortal.Web.ContentUI.EditHtml.SaveHtml(Boolean draft) +578
mojoPortal.Web.ContentUI.EditHtml.btnUpdate_Click(Object sender, EventArgs e) +7
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
Anybody have any ideas? I tried re-running the setup and have had no luck.
I have changed back to the default theme, tried re-uploading all files, my web.config file is fully configured for medium trust (it's the exact same as another site I have on the same host, just with the different SQL string, and that one works flawlessly)
I am now in the process of dumping all tables, procedures, functions, etc and re-running the setup.