If I click Save+Publish, the toast popup appears saying that the content has been saved.
But if I come back to the content again, nothing has been saved and my original content is still there.
Running locally from Visual Studio, with an SQL Trace on the database, I can actually see three update statements being executed on the cmsPropertyData table for each property of the document - the first update contains the old property data, the second update contains the new property data, and the final update contains the old property data again!
Content is not saving
If I click Save+Publish, the toast popup appears saying that the content has been saved.
But if I come back to the content again, nothing has been saved and my original content is still there.
Running locally from Visual Studio, with an SQL Trace on the database, I can actually see three update statements being executed on the cmsPropertyData table for each property of the document - the first update contains the old property data, the second update contains the new property data, and the final update contains the old property data again!
Hi Andrew,
Which version of Umbraco are you using? (and any other details - like which web-browser you are using, ASP.NET / IIS version, etc).
Thanks, Lee.
Umbraco 4.5.2
IIS 7 or Visual Studio's Cassini
is working on a reply...