U7 seems a bit rocky; anyhow I am having an issue with publishing content (it publishes but it kind of dosn't?) so on to the logs!
2013-12-04 03:04:26,982 [16] INFO Umbraco.Core.PluginManager - [Thread 33] Starting resolution types of umbraco.cms.businesslogic.macro.IMacroEngine
2013-12-04 03:04:26,998 [16] INFO Umbraco.Core.PluginManager - [Thread 33] Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 2 (took 13ms)
2013-12-04 03:26:37,370 [16] INFO Umbraco.Core.PluginManager - [Thread 35] Starting resolution types of Umbraco.Core.PropertyEditors.PropertyEditor
2013-12-04 03:26:37,385 [16] INFO Umbraco.Core.PluginManager - [Thread 35] Completed resolution of types of Umbraco.Core.PropertyEditors.PropertyEditor, found 33 (took 14ms)
2013-12-04 03:27:16,573 [16] WARN Umbraco.Web.UmbracoModule - [Thread 35] Umbraco has no content
2013-12-04 03:28:09,651 [16] INFO Umbraco.Core.Publishing.PublishingStrategy - [Thread 37] Content 'Mah Site :)' with Id '1065' has been published.
2013-12-04 03:28:09,932 [16] ERROR Umbraco.Core.PluginManager - [Thread 37] 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)
Here is a screenshot of the document / template tree:
If there are other locations where logs are being dumped that would be great to know; also as a note as far as the backoffice is concerned no errors were displayed when I created the content and published it.
When I hit the newly created homepage I also get a "The service is unavailable." message at first I thought this was because there was no content but I don't know anymore.
The backoffice says that the content nodes have been published but when I load up the page it throws a 404 stating that their is no content on "/" and I get the above error in the app logs.
Additional Notes: I can get around the issue by installing a starter kit on a fresh instance of Umbraco (Responsive TXT one) however as far as I can tell my document types arn't any different in layout in comparison. Do the starter kits configure some MVC setting I am unaware of?
nope, starter-kits are just regular types and templates, so should be indentical to what you are building.
Might be unrelated, but the structure of your document types looks a little off tho, all types seem to inherite from each other, so blog post inherites fields from blog category, categry from the blog, and blog from site root?
Could you show me the properties of the type of document you are trying to publish, also is it on IIS or IIS express, SQL Ce or sql server?
@Per It's an IIS8 Box using the SQL CE (the embedded one as I haven't had any lucky getting it to work with MySQL); the document structure was basically the same way I setup v4.6? (The one that just got MVC support) so I was just following how I set the document types up in that since I knew it worked before.
The only properties I had setup are just an RTE in the Site Root Document as I was just testing it out.
I then created a content node as following:
Site Root -> Static Page
and just added some lorem ipsum into the inherited RTE.
U7 - Umbraco published content not displaying
U7 seems a bit rocky; anyhow I am having an issue with publishing content (it publishes but it kind of dosn't?) so on to the logs!
Here is a screenshot of the document / template tree:
If there are other locations where logs are being dumped that would be great to know; also as a note as far as the backoffice is concerned no errors were displayed when I created the content and published it.
When I hit the newly created homepage I also get a "The service is unavailable." message at first I thought this was because there was no content but I don't know anymore.
Moving this into the U7 forum
What do you mean by its publishing - but kindda doesnt?
The backoffice says that the content nodes have been published but when I load up the page it throws a 404 stating that their is no content on "/" and I get the above error in the app logs.
Additional Notes: I can get around the issue by installing a starter kit on a fresh instance of Umbraco (Responsive TXT one) however as far as I can tell my document types arn't any different in layout in comparison. Do the starter kits configure some MVC setting I am unaware of?
nope, starter-kits are just regular types and templates, so should be indentical to what you are building.
Might be unrelated, but the structure of your document types looks a little off tho, all types seem to inherite from each other, so blog post inherites fields from blog category, categry from the blog, and blog from site root?
Could you show me the properties of the type of document you are trying to publish, also is it on IIS or IIS express, SQL Ce or sql server?
/Per
I have problem with some pages, I can't save and publhis. This is What I get in log file :
2013-12-05 12:08:49,586 [7] ERROR Umbraco.Core.PluginManager - [Thread 12] Error creating type Umbraco.Core.Models.PublishedContent.PublishedPropertyType+CompatConverterSystem.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)
@Per It's an IIS8 Box using the SQL CE (the embedded one as I haven't had any lucky getting it to work with MySQL); the document structure was basically the same way I setup v4.6? (The one that just got MVC support) so I was just following how I set the document types up in that since I knew it worked before.
The only properties I had setup are just an RTE in the Site Root Document as I was just testing it out.
I then created a content node as following:
Site Root -> Static Page
and just added some lorem ipsum into the inherited RTE.
Haha I feel silly saying this but it turns out that i and l look pretty damn near the same in some fonts and that a simple typo caused all of this.
I still am seeing the exception thrown in the logs above when I created new content nodes but it doesn't appear to be affecting anything.
Looking into some of these exceptions now, for reference, these are also mentioned here:
I've fixed issue: http://issues.umbraco.org/issue/U4-4182
is working on a reply...