We have an issue where the Page Content disappears on a daily basis. We re-publish all pages & sub-pages to get the content back. However, the content never shows up right away. It shows up after a period of time.
First, please help resolve the issue with the Page Content going missing.
Second, help resolve the issue where it takes time for the published content to show up.
Can you provide some more information about your solution like what version of Umbraco is being used, are there any custom API integrations and what server is being used?
Is it a multi-language site that is running?
Have you tried looking at the umbraco trace log in the /app_data/logs folder to see if it reveals anything? Does it contain any entries marked with "ERROR", which could be related to your issue perhaps?
Page content disappears daily
Hi,
We have a page that contains some FAQ's.
We have an issue where the Page Content disappears on a daily basis. We re-publish all pages & sub-pages to get the content back. However, the content never shows up right away. It shows up after a period of time.
First, please help resolve the issue with the Page Content going missing.
Second, help resolve the issue where it takes time for the published content to show up.
Thanks fro your help!
Hi Rich
Can you provide some more information about your solution like what version of Umbraco is being used, are there any custom API integrations and what server is being used?
Is it a multi-language site that is running?
Have you tried looking at the umbraco trace log in the /app_data/logs folder to see if it reveals anything? Does it contain any entries marked with "ERROR", which could be related to your issue perhaps?
Looking forward to hearing from you.
/Jan
We are using version 7.0.4 and we do not have any custom api integrations.
I see this error message in the logs quite often:
2014-06-21 15:55:00,640 [21] ERROR Umbraco.Core.PluginManager - [Thread 29] Error creating type Umbraco.Core.Models.PublishedContent.PublishedPropertyType+CompatConverter
System.MissingMethodException: No parameterless constructor defined for this object.
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException)
Please let me know your thoughts.
Thanks!
Hi Rich
Hmm, not sure about what the issue could be - Could it be an option to upgrade the solution to 7.1.4 perhaps and see if it solves it?
/Jan
is working on a reply...