Hi, I'm working on an Umbraco site where we've opted to use the multiple tree approach to multiple languages. The problem is, whenever we add the second language tree, we get this exception, both on our PageBlogList, and in the Umbraco backend.
Is there an approach to using multiple languages with the starter kit that will avoid this error?
Looking a bit deeper it seems that the problem is to do with the way VirtualNodes is constructing the URL for these pages. Also, although the exception here is being thrown on GetPostDate, it happens elsewhere if I take that line out. Any ideas?
I managed to get this fixed. For anyone else with the same problem, the fix was to go into the web.config and remove the <add key="virtualnode".... line. After that multiple root nodes/languages started working again.
Index out of bounds with multi-lingual setup
Hi, I'm working on an Umbraco site where we've opted to use the multiple tree approach to multiple languages. The problem is, whenever we add the second language tree, we get this exception, both on our PageBlogList, and in the Umbraco backend.
Is there an approach to using multiple languages with the starter kit that will avoid this error?
Looking a bit deeper it seems that the problem is to do with the way VirtualNodes is constructing the URL for these pages. Also, although the exception here is being thrown on GetPostDate, it happens elsewhere if I take that line out. Any ideas?
I managed to get this fixed. For anyone else with the same problem, the fix was to go into the web.config and remove the
<add key="virtualnode"....
line. After that multiple root nodes/languages started working again.Hi Stephen,
Thanks a million! This solved my issue...
Best, Simeon
is working on a reply...