Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonas Gunnarsson 44 posts 194 karma points
    Mar 20, 2013 @ 08:59
    Jonas Gunnarsson
    0

    Your home layout does NOT have to inherit from...

    Hi,

    I made a clean installation of uBlogsy 3.0 in umbraco 6.0.0 and I get this error when I publish the site.

    @* Sample home layout template. Your home layout does NOT have to inherit from _uBlogsyBaseSite. *@ @inherits UmbracoTemplatePage @{ Layout = "_uBlogsyBaseSite.cshtml"; } @section uBlogsyHead { } @section uBlogsyMain {

    @Umbraco.Field("uBlogsyContentTitle")

    @Umbraco.Field("uBlogsyContentBody") @* list posts for home - this only works if the home page is a parent, or sibling of uBlogsyLanding *@ @Html.CachedPartial("uBlogsy/Widgets/uBlogsyWidgetListPostsForHome", Model, 0, false, true, new ViewDataDictionary(ViewData) { { "ItemLimit", 5 } })

    }

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 20, 2013 @ 10:58
    Anthony Dang
    100

    were you in mvc mode before installing the package?

  • Jonas Gunnarsson 44 posts 194 karma points
    Mar 20, 2013 @ 11:08
    Jonas Gunnarsson
    0

    That solved the problem, thanks!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies