Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a site running Umbraco 7.4.
Sometimes when I click Save it does not save first time and I have to go back in again and click Save for it to actually save.
The first time it gives all the appearance that it has worked so no errors or anything.
Thanks for any help anyone can be.
Hi Dave,
Have you added any Umbraco Events in ApplicationEventHandler. Most likely here
ContentService.Saving += ContentService_Saving;
This might be the cause of issue and can be debugged first.
Sorry, I couldn't see any instances of that. Thanks anyway.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraci Save not saving
I have a site running Umbraco 7.4.
Sometimes when I click Save it does not save first time and I have to go back in again and click Save for it to actually save.
The first time it gives all the appearance that it has worked so no errors or anything.
Thanks for any help anyone can be.
Hi Dave,
Have you added any Umbraco Events in ApplicationEventHandler. Most likely here
This might be the cause of issue and can be debugged first.
Sorry, I couldn't see any instances of that. Thanks anyway.
is working on a reply...