Did you try check the log file in /app_data/logs as suggested in the error message, to see if you can get some more useful info.
This erroroften comesif you haveduplicate document types with the same name You could try reload the tree to see if there are two document types with the same name.
I had the same issue with a document type, thought I'd deleted every property to try fix the problem, turns out I'd forgotten to delete a tab I'd created on this doc type that was stopping it from being deleted.
I don't see this as an issue at issues.umbraco.org, should it be? Deleting all properties before deleting a document type does work, but it's not intuitive and not hinted at in the error messages returned.
Can't Delete Document Type
With the following error:
Server error: Contact administrator, see log for full details.
Failed to delete item 1066
Has anyone else experience this?
-Amir
Hi Amir,
I have just seen it the same issue, just with templates instead of document types.
http://our.umbraco.org/forum/templating/templates-and-document-types/53232-Cant-save-or-delete-template
Did you try check the log file in /app_data/logs as suggested in the error message, to see if you can get some more useful info.
This error often comes if you have duplicate document types with the same name You could try reload the tree to see if there are two document types with the same name.
Hope this helps,
/Dennis
Delete all Generic properties and linked Templates, after that it works.
THIS
@Reto Rechsteiner Thanks, this did the trick.
I had the same issue with a document type, thought I'd deleted every property to try fix the problem, turns out I'd forgotten to delete a tab I'd created on this doc type that was stopping it from being deleted.
I don't see this as an issue at issues.umbraco.org, should it be? Deleting all properties before deleting a document type does work, but it's not intuitive and not hinted at in the error messages returned.
Indeed, I have the same issue with a media doctype now, and even after removing all properties, tabs, ... i still can't delete it.
7.3.0 beta3
is working on a reply...