Anyone got a clue? Our client is getting frustrated :(
The ajax call: /umbraco/backoffice/UmbracoApi/Content/PostSave just keeps pending ...
And don't know if it had anything to do with it, but after a while this error pops up in the log:
2016-08-10 10:31:44,068 [P3052/D2/T68] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - An error occurred finding and executing extension method "HasPropertyValue" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.HasPropertyValue' not found.
We have a website which, immediately after publishing a piece of content, seems to hang for a minute or so before springing back into life... not sure if it may be related to what you're seeing?
Publishing node hangs after upgrade to Umbraco version 7.4.3
Every day it happens publishing doesn't work anymore. The loader just keeps animating, nothing happens:
There's only this error in the log:
2016-08-05 11:51:40,975 [9] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
Anyone got an idea?
Anyone got a clue? Our client is getting frustrated :(
The ajax call: /umbraco/backoffice/UmbracoApi/Content/PostSave just keeps pending ...
And don't know if it had anything to do with it, but after a while this error pops up in the log:
2016-08-10 10:31:44,068 [P3052/D2/T68] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - An error occurred finding and executing extension method "HasPropertyValue" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent. System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.HasPropertyValue' not found.
Hi Remko,
What database are you using? Is it good connection to database? Do you have custom code on content save event?
Thanks,
Alex
Hi,
Did you ever get to the bottom of this?
We have a website which, immediately after publishing a piece of content, seems to hang for a minute or so before springing back into life... not sure if it may be related to what you're seeing?
Thanks, Chris
is working on a reply...