We have a strange scenario where (only) one of our site is unpublishing some (but not all) content. We do not have any service running that targets content (manipulating them in any way). We don't think any installed plugin would cause it but here's what we have:
- Articulate
- Archetype
- Merchello
- Courier
- Spectrum Color Picker
One thing that is consistent in the log is this error message:
ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - [T12/D6] An error
occurred finding and executing extension method "IsAncestorOrSelf" for
type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for
extension methods were Umbraco.Web.Models.DynamicPublishedContent.
System.MissingMethodException: Method
'Umbraco.Web.Models.DynamicPublishedContent.IsAncestorOrSelf' not
found. at
Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](IRuntimeCacheProvider
runtimeCache, T thisObject, Object[] args, String name, IEnumerable1
findMethodsOnTypes) at
Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](IRuntimeCacheProvider
runtimeCache, T thisObject, InvokeMemberBinder binder, Object[] args,
IEnumerable1 findExtensionMethodsOnTypes)
We even have a 12MB log that consists 99% of that message.
Is there a documented issue/bug/misconfiguration that causes the automatic content unpublishing?
What exact version of Umbraco 7 are you guys using? I have seen some weird behavior on a 7.3.1 instance but not yet sure about whether the culprit is in our end or may be caused by a bug in Umbraco.
Did you ever find a fix for this? We're experiencing the same issue on one of our Umbraco websites which is v7.3.7. Funnily enough it works perfectly locally but just not on the live instance.
Content Unpublishing Automatically
Hello,
We have a strange scenario where (only) one of our site is unpublishing some (but not all) content. We do not have any service running that targets content (manipulating them in any way). We don't think any installed plugin would cause it but here's what we have: - Articulate - Archetype - Merchello - Courier - Spectrum Color Picker
One thing that is consistent in the log is this error message:
We even have a 12MB log that consists 99% of that message.
Is there a documented issue/bug/misconfiguration that causes the automatic content unpublishing?
Hi Von
What exact version of Umbraco 7 are you guys using? I have seen some weird behavior on a 7.3.1 instance but not yet sure about whether the culprit is in our end or may be caused by a bug in Umbraco.
Looking forward to hearing from you.
/Jan
Hi Jan,
The site is on 7.2.6
Hi Von,
Did you ever find a fix for this? We're experiencing the same issue on one of our Umbraco websites which is v7.3.7. Funnily enough it works perfectly locally but just not on the live instance.
Thanks, Dave
We did a temporary fix of republishing content via a service.
is working on a reply...