Everything else works very fine except that perticular node creation.
Any general suggestion. Sorry, I am not that good at this.
Thanks.
Solution: The 'Post' creation was having an error grabbing the value of uTagsy. I removed all properties first from the uBlogsy-Post Document type and then created new ones with the same alias and got rid of the error, weird but true, might help someone.
To switch on MVC features we need to modify the ~/config/umbracoSettings.config file. Scroll down the file to about half way and you will come across a key called templates with a child key called defaultRenderingEngine. You will need to change this keys value from WebFormsto Mvc.
Value cannot be null. Parameter name: virtualPath
HI,
I am having the error while trying to see or create the actual post under month.
Need help to figure out.
Thank you.
No Idea. That's more of a general umbraco question.
Hi Anthony,
Everything else works very fine except that perticular node creation.
Any general suggestion. Sorry, I am not that good at this.
Thanks.
Solution: The 'Post' creation was having an error grabbing the value of uTagsy. I removed all properties first from the uBlogsy-Post Document type and then created new ones with the same alias and got rid of the error, weird but true, might help someone.
sundip
i got this page after installing uBlogsy 3.0 with Umbraco 6.0. anyone can help me what is the problem behind that.?
were you in mvc mode before installing the package?
how we can do that ?
my version screen shot is as below
To switch on MVC features we need to modify the ~/config/umbracoSettings.config file. Scroll down the file to about half way and you will come across a key called templates with a child key called defaultRenderingEngine. You will need to change this keys value from WebFormsto Mvc.
<defaultRenderingEngine>Mvc</defaultRenderingEngine>
More info here: http://umbraco.com/follow-us/blog-archive/2012/10/30/getting-started-with-mvc-in-umbraco-410.aspx
is working on a reply...