I tried to save & publish a document with a rich text editor. The rich text editor gave an error saying it had some invalid characters in there (0003).
Now when I try to save the document I get this error message:
The
INSERT statement conflicted with the FOREIGN KEY constraint
"FK_cmsPreviewXml_cmsContentVersion_VersionId". The conflict occurred in
database "Umbraco_Dev", table "dbo.cmsContentVersion", column
'VersionId'.
The statement has been terminated.
I had to use the "Actions>Publish" method to get it to publish, then it showed the previous version. Strange. At least I can continue editing the page...
Umbraco 7 - rich text editor
I tried to save & publish a document with a rich text editor. The rich text editor gave an error saying it had some invalid characters in there (0003).
Now when I try to save the document I get this error message:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_cmsPreviewXml_cmsContentVersion_VersionId". The conflict occurred in database "Umbraco_Dev", table "dbo.cmsContentVersion", column 'VersionId'. The statement has been terminated.
Any idea how I get around this?
Also, after the error, the "Save and publish" button is disabled, trying to go to another page and coming back again shows the same error
I had to use the "Actions>Publish" method to get it to publish, then it showed the previous version. Strange. At least I can continue editing the page...
The illegal character turned out to be:
U+0003 : <control> (END OF TEXT)
is working on a reply...