I have a site running and "suddenly" one document type can't be edited anymore. I was working on 4.7.1.1, and I hoped an upgrade to 6.1.2 would fix this, but it didn't.
When the URL (/umbraco/settings/editNodeTypeNew.aspx?id=1965) is executed it gives "Aborted" and the following message in Firefox: The connection has been reset ("De verbinding werd geherinitialiseerd").
There are no weird datatypes or such on the documenttype and all other doc.types are working fine. I also looked into the database (table [cmsPropertyType]) and everything looks fine. I've never seen this before in other Umbraco installations and Google-ing doesn't help either. There's nothing in the UmbracoLog-table or in my Event Viewer.
I can't see the validation on the properties, because the problem is that the page isn't rendered when trying to edit the doc.type. And I know that there isn't any validation on my properties, because I never do that.
Process information: Process ID: 11060 Process name: w3wp.exe Account name: IIS APPPOOL\WPD
Exception information: Exception type: HttpException Exception message: Exception of type 'System.Web.HttpException' was thrown. at System.Web.UI.Page.ExecuteRegisteredAsyncTasks() at umbraco.controls.ContentTypeControlNew.save_click(Object sender, ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Input string was not in a correct format.
Server stack trace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at umbraco.controls.GenericProperties.GenericProperty.get_Type() at umbraco.controls.ContentTypeControlNew.UpdatePropertyTypes(IContentTypeComposition contentTypeItem) at umbraco.controls.ContentTypeControlNew.<save_click>b__4(SaveAsyncState asyncState) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) at System.Action`1.EndInvoke(IAsyncResult result) at umbraco.controls.ContentTypeControlNew.EndAsyncSaveOperation(IAsyncResult ar) at System.Web.UI.LegacyPageAsyncTask.CompleteTask(Boolean timedOut, Boolean syncTimeoutCaller)
Update of the problem: It turns out that it's just a time-out. The combination of 1073 images in the /umbraco/images/umbraco/ (Installed FamFam icons) and 54 properties gave a time-out.
I fixed it by deleting some of the images /umbraco/images/umbraco/.
Editing a document type gives Aborted
Hi all,
I have a site running and "suddenly" one document type can't be edited anymore. I was working on 4.7.1.1, and I hoped an upgrade to 6.1.2 would fix this, but it didn't.
When the URL (/umbraco/settings/editNodeTypeNew.aspx?id=1965) is executed it gives "Aborted" and the following message in Firefox: The connection has been reset ("De verbinding werd geherinitialiseerd").
There are no weird datatypes or such on the documenttype and all other doc.types are working fine. I also looked into the database (table [cmsPropertyType]) and everything looks fine. I've never seen this before in other Umbraco installations and Google-ing doesn't help either. There's nothing in the UmbracoLog-table or in my Event Viewer.
Does anyone has any clue?
Great thanks in advance,
Jeffrey
Do you have some eventhandler that can cause this problem ? Do you have any custom packages installed ?
(double post)
Hi,
I don't have any eventhandlers. I have some custom packages installed: EmbeddedContent, Document Type Fieldsets and uComponents.
The node in the content tree is still working perfectly, only the editing of the documenttype doesn't work.
Hope anybody could help me,
Jeffrey
What kind of datatypes are you using on the doctype ? Do you have some errors in your logfiles ?
There are only textstrings, textboxmultiples and RTE's on it.
There is nothing in the logfiles.
May sound stupid. But check your validation settings on the properties. I had this once when I added just plain text in the regex box.
I can't see the validation on the properties, because the problem is that the page isn't rendered when trying to edit the doc.type. And I know that there isn't any validation on my properties, because I never do that.
Ah, I finally got the error while recreating the doc.type
Update of the problem: It turns out that it's just a time-out. The combination of 1073 images in the /umbraco/images/umbraco/ (Installed FamFam icons) and 54 properties gave a time-out.
I fixed it by deleting some of the images /umbraco/images/umbraco/.
@dawoe: Thanks for the help!
is working on a reply...