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
//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
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
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
We are running a couple of sites using uBlogsy and have the same problem.
uBlogsy 3 on 6.1.6
//Magnus
Hello
facing same issue .. could someone get some clue how to fix this issue.
Regards,
Jinesh
Here's what I did to fix it:
/Views/Partials/uBlogsy/Landing/uBlogsyLandingListPosts.cshtml:
Replace this...
With this...
Thanks,
Jason
is working on a reply...