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?
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
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:-
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; }
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.
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!
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
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
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
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
Had to add a line in web.config to system.web/compilation/assemblies
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
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!
Point taken and acted upon. See http://our.umbraco.org/projects/starter-kits/ublogsy/ublogsy-razor-blog/60323-Ghost-Nodes?p=0#comment204379
Thanks,
Craig
is working on a reply...