I had Ublogsy Blog under news section of my site. I wanted to move it to another content node (new news node), Once I moved the blog, it has stopped showing posts in the umbraco admin and some of the posts do not appear in the site.
Can someone please help me with this? I havent changed anything in the code as such.
Within Umbraco editor i get following error :
Server Error in '/' Application.
Value cannot be null. Parameter name: virtualPath
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: virtualPath
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
When you moved the blog did you also make sure that you set up the relationships between the DocTypes so that the structure of the DocType of the new location allows the blog DocTypes as children? Also are the ContentPlaceHolderIds are all set up correctly in the Templates and are the Templates nested appropriately for your needs? These would be the places I would start to look.
One workaround you could do is if the old and the new News sections are at the same level, copy the original news and blog into a position parallel to the original and then remove/add content from there until they are both how you want them. This may or may not be a possibility depending on the amount of content and time you have.
Moving Ublogsy Blog throwing exceptions
Hi Guys,
I had Ublogsy Blog under news section of my site. I wanted to move it to another content node (new news node), Once I moved the blog, it has stopped showing posts in the umbraco admin and some of the posts do not appear in the site.
Can someone please help me with this? I havent changed anything in the code as such.
Within Umbraco editor i get following error :
Server Error in '/' Application.
Value cannot be null.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Parameter name: virtualPath
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: virtualPath
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Can you paste a screen grab of your content tree?
When you moved the blog did you also make sure that you set up the relationships between the DocTypes so that the structure of the DocType of the new location allows the blog DocTypes as children? Also are the ContentPlaceHolderIds are all set up correctly in the Templates and are the Templates nested appropriately for your needs? These would be the places I would start to look.
One workaround you could do is if the old and the new News sections are at the same level, copy the original news and blog into a position parallel to the original and then remove/add content from there until they are both how you want them. This may or may not be a possibility depending on the amount of content and time you have.
Cheers
Gus
HI All,
Thanks for your replies. This issue is fixed now.
The problem was in the utagsy Data type, render control was not selected correctly.
Cheers
is working on a reply...