Copied to clipboard

Flag this post as spam?

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


  • Ryan Rueckl 17 posts 74 karma points
    Nov 06, 2013 @ 17:01
    Ryan Rueckl
    0

    Moving site to different server - blog posts not showing up

    If I move the site (including database backup) to a dsifferent server and restore, the blog posts do not show up on the site.  The only way that I've been able to get them to show is to go in and republish each post individually.  It doesn't even work if I republish the Home node and all children (note: we have blog set up underneath the home content node), I have to manually publish each individual post.  Any ideas why that's happening, or how I can make sure the posts always show no matter where I move the site to?

    Specs: Umbraco v6.1.5 MVC, Asp.Net 4.0, Windows Server 2008R2 with IIS 7.5

  • Jason Prothero 422 posts 1243 karma points c-trib
    Jan 13, 2014 @ 21:22
    Jason Prothero
    0

    I'm also having this issue on deploy using TeamCity.  When I deploy new code and uSync runs, then the blog posts are gone.

    Any resolution to your issue?

     

    -Jason

  • Magnus Olsson 25 posts 71 karma points
    Jan 18, 2014 @ 19:52
    Magnus Olsson
    0

    We are running a couple of sites using uBlogsy and have the same problem.

    uBlogsy 3 on 6.1.6

    //Magnus

  • Jinesh 33 posts 52 karma points
    Mar 06, 2014 @ 15:52
    Jinesh
    0

    Hello

     

    facing same issue .. could someone get some clue how to fix this issue. 

     

    Regards,

    Jinesh

     

     

  • Jason Prothero 422 posts 1243 karma points c-trib
    Mar 10, 2014 @ 18:37
    Jason Prothero
    0

    Here's what I did to fix it:

    /Views/Partials/uBlogsy/Landing/uBlogsyLandingListPosts.cshtml:

    Replace this...

    //var posts = PostService.Instance.GetPosts(Model.Content, tag, label, author, searchTerm, commenter, year, month, day, out postCount).Skip((page - 1) * itemsPerPage).Take(itemsPerPage).ToIPublishedContent(true); Add a comment to this line var posts = NoLuceneFallback

    With this...

    Service.Instance.GetPosts(Model.Content.Id, tag, label, author, searchTerm, commenter, year, month, out postCount).Skip((page - 1) * itemsPerPage).Take(itemsPerPage);

     

    Thanks,
    Jason

Please Sign in or register to post replies

Write your reply to:

Draft