409 Error when saving in subdomain website

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/13/2011 7:19:39 AM
Gravatar
Total Posts 8

409 Error when saving in subdomain website

Hello,

With Arvixe's great support I got mojoportal  installed in my subdomain but when I tried to update the content I got error. The System Log is as follows:

2011-01-13 08:08:37,409 ERROR mojoPortal.Web.mojoBasePage - 117.121.218.60-th-TH - /HtmlEdit.aspx?mid=1&pageid=0
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.ContentUI.EditHtml.SaveHtml(Boolean draft)
at mojoPortal.Web.ContentUI.EditHtml.btnUpdate_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

What's wrong with this?

Thanks,

LP Thada
 

1/13/2011 7:45:25 AM
Gravatar
Total Posts 8

Re: 409 Error when saving in subdomain website

It seems to be a temporary hiccup. Now the problem is gone. Or maybe Arvixe guys are super responsive to the problem.

Thanks anyway.

1/13/2011 10:26:07 AM
Gravatar
Total Posts 18439

Re: 409 Error when saving in subdomain website

Most likely cause of this is you were logged into your site on 2 machines or using a persistent cookie. You changed your username or email on one machine so now the cookie on the other machine is invalid and does not match your user but the cookies say you are logged in and have the correct edit roles, so you got a null reference on the user object when trying to save because no user matched your cookie that was created before you changed your username. Logging out and logging in again would fix your cookies and solve the problem.

I don't think it was a hosting issue at all.

Hope it helps,

Joe

1/13/2011 7:36:08 PM
Gravatar
Total Posts 8

Re: 409 Error when saving in subdomain website

Thanks for the insight Joe.

Br,

LP Thada

You must sign in to post in the forums. This thread is closed to new posts.