Copied to clipboard

Flag this post as spam?

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


  • Alex 16 posts 97 karma points
    Aug 28, 2013 @ 04:33
    Alex
    0

    uBlogsy Seems To Work Until I Create A Post

    Hello, I'm trying to set up uBlogsy in Web Developer Express 2010. I create an empty ASP.NET MVC 4 Web Application and follow the instructions from this post - all except for the part where the article explains how to set up Friendly URLs.

    Once Umbraco is installed, I install uBlogsy. Then, I replace the uDateFoldersy.dll with the fix that was posted on the uBlogsy starter kit.

    I click on the Preview In Browser button and publish the site. All looks good until I create a post.When I do, I get the error below...

    Does anyone know what I might be missing?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Aug 28, 2013 @ 11:49
    Anthony Dang
    0

    Are the content nodes published in the backoffice?

     

  • Alex 16 posts 97 karma points
    Aug 28, 2013 @ 21:10
    Alex
    0

    Hi Anthony, the content nodes are published.

    I forgot to mention that I'm using Umbraco 6.1.4 and uBlogsy 3.0

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Aug 29, 2013 @ 15:25
    Anthony Dang
    0

    Have you made any modifications?

     

     

  • lucuma 261 posts 563 karma points
    Aug 29, 2013 @ 23:39
    lucuma
    0

    I am getting the same error. Newly installed umbraco yesterday. v6.1.4

    Changing this line:

    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);
    

    To the following:

    var posts = Model.Content.Descendants("uBlogsyPost").Where(t=>t.IsVisible());
    

    That will fix the first error but it seems like every PostService.Instance call is not working now.

  • Alex 16 posts 97 karma points
    Aug 30, 2013 @ 05:20
    Alex
    0

    I haven't made any modifications either. I just set up Umbraco, installed uBlogsy, and created a post.

  • Antonio 1 post 41 karma points
    Sep 02, 2013 @ 20:21
    Antonio
    100

    I also installed Umbraco 6.1.4 and uBlogsy 3.0, and I'm getting the same error.

    * Update: I upgraded to 6.1.5, and everything seems to be working

  • Alex 16 posts 97 karma points
    Sep 03, 2013 @ 10:27
    Alex
    0

    Antonio, you're right. uBlogsy 3.0 works with the Umbraco 6.1.5 that was recently released. Yay!

    Thanks!
    Alex

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 05, 2013 @ 17:13
    Anthony Dang
    0

    I can confirm that ublogsy works for 6.1.3. I don't know what the hell is going on with 6.1.4 but it seems that 6.1.5 was released quite fast.

  • Alex 16 posts 97 karma points
    Sep 05, 2013 @ 22:15
    Alex
    0

    It sounds like they released 6.1.5 early because of some bugs found in 6.1.4

  • lucuma 261 posts 563 karma points
    Sep 05, 2013 @ 22:25
    lucuma
    0

    Dropping the dll's from 6.1.5 into the project fixed the issue I had as well.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Sep 06, 2013 @ 01:59
    Anthony Dang
    0

    sweet!

    go team!

     

  • Miguel S. 30 posts 87 karma points
    Oct 08, 2013 @ 20:55
    Miguel S.
    0

    I'm having this exact same issue when I upgraded to 6.1.6

    Anyone else???

  • Miguel S. 30 posts 87 karma points
    Oct 08, 2013 @ 21:10
    Miguel S.
    0

    FYI, it was fixed once I updated to the 3.0.1 uBlogsy DLLs

  • Mat 8 posts 28 karma points
    Oct 30, 2013 @ 05:43
    Mat
    0

    Umbraco v6.1.6 (Assembly version: 1.0.5021.24867) and

    ublogsy version 3.0.1

    I am still getting the same error as posted above.

     

    Any Ideas?

     

  • Mat 8 posts 28 karma points
    Oct 30, 2013 @ 05:49
    Mat
    0

    re-building the cache and re-pushing the site seems to have resolved this.

    will update if the issue pops up again.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 30, 2013 @ 10:57
    Anthony Dang
    0

    are you on a load balanced env or have a san?

  • Mat 8 posts 28 karma points
    Oct 31, 2013 @ 00:35
    Mat
    0

    no .. not on LB or SAN .. although the issue seems to have resolved with a couple of cache refresh

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Oct 31, 2013 @ 09:45
    Anthony Dang
    0

    That often solves these problems... dont know why it gets corrupted though.

  • Hicham Khabbazy 10 posts 32 karma points
    Nov 18, 2013 @ 18:39
    Hicham Khabbazy
    0

    re-building the cache and re-pushing the site seems to have resolved this.

    will update if the issue pops up again.

    This is the answer. Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft