Help for Upgrading uBlogsy 1.3.6 to 2.1.0.0 on umbraco 4.7.1.1
Hi
we have an existing website with uBlogsy 1.3.6 with some existing blog posts.
When a user tries to write a comment on a blog post, it used to crash the form. After searching for the solution, I came to know that upgrading uBlogsy to 2.1.0.0 will fix this problem as I couldnt debug it to know whats causing the crash.
So I started with the upgrade and after installing the "uBlogsy 2.1.0.0" package, I am facing lots of issues with it. Can somone help me with these please ?
1- uBlogsy posts dont show up in umbraco as editor mode. I see landing node, ublogsy folders allright, but cant see the blog posts.
2- Also on the portal site, the blogs appear with a totally different styles, this may be due to .css file included with the package.
3- uBlogsyListPostArchive.cshtml not able to load because node.GetProperty("uBlogsyPostDate").Value is empty( "")
4- As I am not able to see the posts in edit mode , i cant change this uBlogsyPostDate. Can someone let me know what is it that I am missing?
One point to add is that once I installed the new package, all macroscripts were added under /macroscripts/uBlogsy folder, so I deleted previous uBlogsy macros in /macroscripts except uBlogsyArchive.cshtml. uBlogsyListPostArchive.cshtml and uBlogsyListPostTitles.cshtml
Is there anyone who can point me in the right direction? What is that I am missing?
Do I need to change any code or database to fix this problem?
Help for Upgrading uBlogsy 1.3.6 to 2.1.0.0 on umbraco 4.7.1.1
Hi
we have an existing website with uBlogsy 1.3.6 with some existing blog posts.
When a user tries to write a comment on a blog post, it used to crash the form. After searching for the solution, I came to know that upgrading uBlogsy to 2.1.0.0 will fix this problem as I couldnt debug it to know whats causing the crash.
So I started with the upgrade and after installing the "uBlogsy 2.1.0.0" package, I am facing lots of issues with it. Can somone help me with these please ?
1- uBlogsy posts dont show up in umbraco as editor mode. I see landing node, ublogsy folders allright, but cant see the blog posts.
2- Also on the portal site, the blogs appear with a totally different styles, this may be due to .css file included with the package.
3- uBlogsyListPostArchive.cshtml not able to load because node.GetProperty("uBlogsyPostDate").Value is empty( "")
4- As I am not able to see the posts in edit mode , i cant change this uBlogsyPostDate. Can someone let me know what is it that I am missing?
One point to add is that once I installed the new package, all macroscripts were added under /macroscripts/uBlogsy folder, so I deleted previous uBlogsy macros in /macroscripts except uBlogsyArchive.cshtml. uBlogsyListPostArchive.cshtml and uBlogsyListPostTitles.cshtml
Is there anyone who can point me in the right direction? What is that I am missing?
Do I need to change any code or database to fix this problem?
Did you follow the upgrade instructions path and test first with 2.0?
If you get that working then all the rest is just minor tweaks.
is working on a reply...