Copied to clipboard

Flag this post as spam?

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


  • Craig100 1136 posts 2523 karma points c-trib
    Jan 09, 2015 @ 22:41
    Craig100
    0

    Is uBlogsy compatible with 7.2.1?

    Just downloaded uBlogsy 4.0 MVC for Umbraco 7.x (anthonydotnet-ublogsy-e21f035a3064.zip) from bitbucket.org/.../mvc-umb7 and attempted to do a local package install. I just get the spinner for ever (longer than 10 mins). The file will extract normally. Just wondered if there's an issue with it being in 7.2.1?

    Craig

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jan 09, 2015 @ 23:17
    Dennis Aaen
    0

    Hi Craig,

    I have just tried to install the uBlogsy 4.1 MVC for Umbraco 7.x and install it on vanilla Umbraco 7.2.1 installation and I have no problems by install the package, try to uninstall the package agian, and download the uBlogsy 4.1 package here, and install it as a local package.http://our.umbraco.org/wiki/how-tos/packages-and-projects/how-to-install-a-package

    Hope this helps,

    /Dennis

  • Craig100 1136 posts 2523 karma points c-trib
    Jan 10, 2015 @ 00:11
    Craig100
    0

    I don't know where you got your link from but I took the link from the uBlogsy project page as advised, which is a bitbucket link.

    However, using your link, it appears to install a whole new site. In the Blog page, in the back end, there is a macro embedded which shows an error in the RTE:-

    "Error loading Partial View script (file:~/Views/MacroPartials/uBlogsy/uBlogsyMacroShowSomeLove.cshtml)"

    If you preview the page you get a YSOD:-

    Compiler Error Message: CS0012: The type 'System.Net.Http.Formatting.FormDataCollection' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    Source Error:

    Line 79: { Line 80: var node = nodes[index]; Line 81: var date = DateTime.Parse(node.GetValue("uBlogsyPostDate")); Line 82: Line 83: if (date.Month != currentMonth) { index--; break; }

    Do you get that as well?

    Craig

  • Craig100 1136 posts 2523 karma points c-trib
    Jan 10, 2015 @ 00:32
    Craig100
    0

    Doing a "Save and Publish" fixed the issue in the RTE (now see a Donate button), but still get the YSOD if I preview any page from Blog downwards. So I guess it's not compatible after all.

    Craig

  • Craig100 1136 posts 2523 karma points c-trib
    Jan 10, 2015 @ 02:00
    Craig100
    0

    Had to add a line in web.config to system.web/compilation/assemblies

    <add assembly="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
    

    Also a great resource for newbies: http://www.codegarden12.com/sessions/day-two/slot-four/lightning-package-heaven.aspx

    Hope this helps someone else.

    Craig

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jan 11, 2015 @ 19:25
    Anthony Dang
    0

    Works on my machine. If you installed umbraco through nuget, i've noticed that on occassion, something strange happens and either files are missed, or the web.config is not updated properly. It's not consistent though.

    On a related note. You should probably delete the uLoremsy dll.... it's causing a bit of chaos in umbraco 7 with ghost nodes... lots of fun!

     

  • Craig100 1136 posts 2523 karma points c-trib
    Jan 11, 2015 @ 19:46
Please Sign in or register to post replies

Write your reply to:

Draft