Copied to clipboard

Flag this post as spam?

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


  • Biagio Arobba 16 posts 36 karma points
    May 16, 2014 @ 19:12
    Biagio Arobba
    0

    uBlogsy (webforms) PostService showing no posts on landing page

    I am using uBlogsy WebForms 3.0.2 on Umbraco 6.1.5...

    And the posts on the landing page are not showing up.

    The function PostService.Instance.GetPosts is returning 0 posts, even though there are posts in the correct location. I still get 0 posts when I try to substitute this:

        var posts = PostService.Instance
                               .GetPosts(
                                   IPublishedContentHelper.GetNode((int)Model.Id)
                               ).ToIPublishedContent(true);
        int postCount = posts.Count();

    Would anyone know why the PostService isn't working? Or, what is going on?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jun 12, 2014 @ 16:50
    Anthony Dang
    0

    Could be a lucene index issue... turn off the app, delete /app_data/temp folder and restart the app.

Please Sign in or register to post replies

Write your reply to:

Draft