Thread information: Thread ID: 9 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Web.HttpResponse.get_Headers() at Umbraco.Web.UmbracoModule.<Init>b__a(Object sender, EventArgs args) at System.Web.HttpApplication.RaiseOnPreSendRequestHeaders()
What version of Umbraco are you using? And have you double checked that permissions for network service and iusr has been setup correctly? The above errors are usually caused by permissions not being set right.
It should be possible to simply uncheck "browse node" on the users that you don't want to see the main-site when they're logged in.
Thanks, I have a feeling I'll be here quite frequently this summer.
Anyway,
I am using version 6.1.1
I'll have the permissions checked, but I'm fairly sure they are correct. We run a few other installs on that server and I'm not aware of any other errors. Although I think the other installs are 4.7.x installs.
As far as the browse node thing, I'm doing that, and when I click save its not saving. I get the status bar and then it gets stuck.
Ok, then this might be a bug - you can check the issue tracker here to see if something has been reported about this issues.umbraco.org - if not feel free to file a bug report. Then the core team will have a look at it.
Looking forward to try and help you out during the summer then :)
I come accross the same problem in version 6.1.1. When saving user permissions for a user, the following exception occurs:
SCRIPT5022: Sys.Net.WebServiceFailedException: The server method 'SaveNodePermissions' failed with the following error: System.ArgumentNullException-- Value cannot be null.
Parameter name: source
@Andrew, have you reported this issue as a bug report? Perhaps heard anything about it?
Error setting user permissions
I'm having a problem setting user permissions.
I'm building a site that has the main site and a secondary site with it.
The secondary site is for training purposes only and its all hosted on a server here at work.
Basically I'm trying to restrict access to the primary site except for browse node so that users learning umbraco don't ruin the content.
I set the user permissions for the top node, select apply to children and save. The save bar just stays forever.
tried this on a single item as well with no children, same error. tried different permissions, same error.
I checked the event viewer for it and come to find out i've been throwing errors from tinyMCE for a week.
Note sure if they are related, but its all I have.
Any help would be appreciated.
Here is the error:
Event Type: Warning
Event Source: ASP.NET 4.0.30319.0
Event Category: Web Event
Event ID: 1309
Date: 6/20/2013
Time: 12:24:53 PM
User: N/A
Computer: STLMOPULSDEV01
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 6/20/2013 12:24:53 PM
Event time (UTC): 6/20/2013 5:24:53 PM
Event ID: 210e303b507c41309b974fff8e00a6de
Event sequence: 286
Event occurrence: 2
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/233591450/Root-1-130162193729270767
Trust level: Full
Application Virtual Path: /
Application Path: C:\InternTestSite\
Machine name: STLMOPULSDEV01
Process information:
Process ID: 4288
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: PlatformNotSupportedException
Exception message: This operation requires IIS integrated pipeline mode.
at System.Web.HttpResponse.get_Headers()
at Umbraco.Web.UmbracoModule.<Init>b__a(Object sender, EventArgs args)
at System.Web.HttpApplication.RaiseOnPreSendRequestHeaders()
Request information:
Request URL: http://10.200.111.30/umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx?rnd=7903b115-d0f1-45ea-8c50-e8a6bf6ece10&module=gzipmodule&themes=umbraco&plugins=contextmenu,umbracoimg,paste,inlinepopups,table,spellchecker,advlink,umbracoembed,noneditable,umbracocss,umbracomacro,umbracopaste,umbracolink,umbracocontextmenu&languages=en
Request path: /umbraco/plugins/tinymce3/tinymce3tinymceCompress.aspx
User host address: 10.200.110.200
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 9
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpResponse.get_Headers()
at Umbraco.Web.UmbracoModule.<Init>b__a(Object sender, EventArgs args)
at System.Web.HttpApplication.RaiseOnPreSendRequestHeaders()
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Hi Andrew and welcome to our :)
What version of Umbraco are you using? And have you double checked that permissions for network service and iusr has been setup correctly? The above errors are usually caused by permissions not being set right.
It should be possible to simply uncheck "browse node" on the users that you don't want to see the main-site when they're logged in.
Looking forward to hearing from you.
/Jan
Thanks, I have a feeling I'll be here quite frequently this summer.
Anyway,
I am using version 6.1.1
I'll have the permissions checked, but I'm fairly sure they are correct. We run a few other installs on that server and I'm not aware of any other errors. Although I think the other installs are 4.7.x installs.
As far as the browse node thing, I'm doing that, and when I click save its not saving. I get the status bar and then it gets stuck.
Hi Andrew
Ok, then this might be a bug - you can check the issue tracker here to see if something has been reported about this issues.umbraco.org - if not feel free to file a bug report. Then the core team will have a look at it.
Looking forward to try and help you out during the summer then :)
/Jan
Alrighty.
Thanks.
I come accross the same problem in version 6.1.1. When saving user permissions for a user, the following exception occurs:
SCRIPT5022: Sys.Net.WebServiceFailedException: The server method 'SaveNodePermissions' failed with the following error: System.ArgumentNullException-- Value cannot be null.
Parameter name: source
@Andrew, have you reported this issue as a bug report? Perhaps heard anything about it?
Martin
Yes I have, not heard anything though.
http://issues.umbraco.org/issue/U4-2411
Also found this issue near my report
http://issues.umbraco.org/issue/U4-2161 ;
I'm still getting this error
6.1.3
Help!
is working on a reply...