I've gone through all datatypes and they all seem to be ok
gone through all document types and saved each, seem ok
with a backup database I've deleted all the properties from a document (there were only two default properties left) and when saving the empty document the same error appears
even though the error appears, the document is saved ok, so the problem is not important or urgent, but it's frustrating and annoying
when clicking on Settings in the top navigation, there is the following error in the browser console (I've tried to "debug" the javascript files but without luck. It seems like a bad data type or document type):
I've spent many hours trying to clean up the Umbraco instance, to understand the cause for this, any idea of what I could try would be very appreciated.
I think I've had this before... where a doc type property was changed and it has some existing JSON or a text string and then it can't convert it to the required JSON / value .
Have you recently changed existing properties data type to something different?
Does this happen with new nodes or only existing ones?
umbraco latest version throws error when saving a document
Hi everyone,
I have a strange issue with the Umbraco instance noticed in the latest weeks:
When I save a document, I get the following error in a popup:
looking in Network, it seems that the PostSave call is returning 500 HTML error code but without any detail (hence the empty popup):
Background:
I've spent many hours trying to clean up the Umbraco instance, to understand the cause for this, any idea of what I could try would be very appreciated.
Many thanks!
Hi,
I think I've had this before... where a doc type property was changed and it has some existing JSON or a text string and then it can't convert it to the required JSON / value .
Have you recently changed existing properties data type to something different?
Does this happen with new nodes or only existing ones?
Steve
is working on a reply...