changing umbraco admin folder causes problems in users section
Hi,
I am using umbraco v 4.0.2.1. I am getting a javascript error in IE8 (does not function in FF but no error) when I try and click a checkbox on a permissions node under the users section (under "User permissions" - "Select pages to modify their permissions"). The umbraco admin folder was changed in the web.config. The error though seems to be related to umbraco looking for the file under the old umbraco admin folder where the file no longer exists. I remember I had to change some hard coded paths in intreeInit.aspx (using umbraco directory hard coded). Could this be another hard coded admin directory issue? Has anyone else run into this? Everything else seems to be running properly. I was trying to trace down where it is calling this but it might be in one of the umbraco libraries. I have not been able to find it. I have included the error below.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 2 Sep 2009 01:33:55 UTC
Message: Sys.Net.WebServiceFailedException: The server method 'GetNodePermissions' failed with the following error: System.Web.HttpException-- The file '/umbraco/users/NodePermissions.ascx' does not exist.
changing umbraco admin folder causes problems in users section
Hi,
I am using umbraco v 4.0.2.1. I am getting a javascript error in IE8 (does not function in FF but no error) when I try and click a checkbox on a permissions node under the users section (under "User permissions" - "Select pages to modify their permissions"). The umbraco admin folder was changed in the web.config. The error though seems to be related to umbraco looking for the file under the old umbraco admin folder where the file no longer exists. I remember I had to change some hard coded paths in intreeInit.aspx (using umbraco directory hard coded). Could this be another hard coded admin directory issue? Has anyone else run into this? Everything else seems to be running properly. I was trying to trace down where it is calling this but it might be in one of the umbraco libraries. I have not been able to find it. I have included the error below.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 2 Sep 2009 01:33:55 UTC
Message: Sys.Net.WebServiceFailedException: The server method 'GetNodePermissions' failed with the following error: System.Web.HttpException-- The file '/umbraco/users/NodePermissions.ascx' does not exist.
Line: 4723
Char: 21
Code: 0
URI: http://dbbistro2009.miidevel.com/ScriptResource.axd?d=L0v9x_CfFxJRqNa9hXqNnU4mHYj1hHEa0hD6rsdAKezC36KJ1HX-jiWDXEjYdb_Nh8B03cXzAhKUxY9kgdILhZIE9GSlLtcYLEnI9jqS_lg1&t=ffffffffec19c3d7
Although it is possible to change the folder from /umbraco/ in v4.0.x it actually doesn't work. I believe this is going to be fixed in 4.1 though.
Sadly there were some hard-coded paths still which I believe you have come across
Thanks. I reverted back to the default folder name.
is working on a reply...