I have placed this wonderful extension in one of my solutions, but when I create new users in Umbraco they get the following error when they try to change content in Umbraco Backend.
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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.
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
All the pages that's not using uComponents work with other users, without any errors.The error happens when I try to create new content or edit existing content.
I'm running Umbraco ver 3.5.2 with ASP.Net 3.5
Anyone tried this scenario and can someone help me out?
I found the solution and placed a reply, but I can see it had been deleted.
The issue had nothing to do with uComponents, but my user permission on the given user. I told the system that he could only see into a folder called Jesper under Media. But my uComponents MultiNode TreePicker was looking in a media folder where the user didn't had the permission.
This has been a very useful package so far but I had a similar issue I thought was worth mentioning.
I had the same error and the solution was to change the starting media node for the user (I had set it to be at a particular folder and had to set it back to the top folder), however the odd thing was that the Multi-node Media Picker was actually picking Content and not Media and shouldn't have needed to access the media tree to pick the node. I'll add a codeplex issue as this seems to be a bug. It shouldn't have needed to call MultiNodeTreePicker.FilteredMediaTree when it was picking a content node.
Problems with new users and uComponents
Hi,
I have placed this wonderful extension in one of my solutions, but when I create new users in Umbraco they get the following error when they try to change content in Umbraco Backend.
All the pages that's not using uComponents work with other users, without any errors.The error happens when I try to create new content or edit existing content.
I'm running Umbraco ver 3.5.2 with ASP.Net 3.5
Anyone tried this scenario and can someone help me out?
Kind Regards,
Niels
Hi Niels,
I haven't had chance to try to reproduce this issue yet... I will do soon (once I am back from paternity leave).
In the meantime, best bet is to raise a ticket on CodePlex, so we can track the issue.
http://ucomponents.codeplex.com/WorkItem/Create
Thanks, Lee.
Hi Lee,
I found the solution and placed a reply, but I can see it had been deleted.
The issue had nothing to do with uComponents, but my user permission on the given user. I told the system that he could only see into a folder called Jesper under Media. But my uComponents MultiNode TreePicker was looking in a media folder where the user didn't had the permission.
So I'm sorry for using your time :)
/Niels
No worries Niels - glad that you got your problem sorted! :-) Happy that you like uComponents!
Cheers, Lee.
Hi Lee,
uComponents rocks, it had help me with a lot of issues. Could be awesome if it was a part of a standard installation with Umbraco :)
/Niels
This has been a very useful package so far but I had a similar issue I thought was worth mentioning.
I had the same error and the solution was to change the starting media node for the user (I had set it to be at a particular folder and had to set it back to the top folder), however the odd thing was that the Multi-node Media Picker was actually picking Content and not Media and shouldn't have needed to access the media tree to pick the node. I'll add a codeplex issue as this seems to be a bug. It shouldn't have needed to call MultiNodeTreePicker.FilteredMediaTree when it was picking a content node.
is working on a reply...