i am getting an error when i access the pages.I ahve 5 pages in my site.but only one page have access permission.when i access other pages they show the following error....
The current user doesn't have permissions to browse this document. Please contact the system administrator.
Now in my user type administrator option is not displaying....
I am new t umbraco.I was made some changes in users.I have clicked the "start Node in Content" and choose one of my site page after that only that page is display which i choose and other pages showing
The current user doesn't have permissions to browse this document. Please contact the system administrator.
i am deleted that page but further it showing
Error saving user (check log)
In user type dropdown there is no option for admin.
this my user view page. In the "user type" there is no admin option only writor,editor and translator are displaying.i think missing "admin " in dropdown causing this problem...
is there any way to include admin in the dropdown...
That's very odd, is it possible something went wrong during the installation of Umbraco?
Does this concern a local dev installation or is this a production site (or a handover of some sort) ?
I guess you could try to and re-add the admin user via the database (table dbo.umbracoUserType, a record with values "1", "admin", "Administrators", "CADMOSKTPIURZ:5F") but if it's not too much work to recreate the document types (etc) I would recommend to just reinstall Umbraco (because you never know what else is missing).
Error saving user (check log)
hello all,
i am getting an error when i access the pages.I ahve 5 pages in my site.but only one page have access permission.when i access other pages they show the following error....
The current user doesn't have permissions to browse this document. Please contact the system administrator.
Now in my user type administrator option is not displaying....
Hi sachin,
It looks like you are not logged in as an administrator user, and do not have the proper permissions to view those pages.
In most cases you won't be able to manage the administrator user / user type if you don't have the proper permissions to do so.
Either you need to login as an admin user or ask an admin user to reconfigure your account's permissions.
Thanx for reply Lennart sir,
But i am already login with admin access...
I am new t umbraco.I was made some changes in users.I have clicked the "start Node in Content" and choose one of my site page after that only that page is display which i choose and other pages showing
The current user doesn't have permissions to browse this document. Please contact the system administrator.
i am deleted that page but further it showing
Error saving user (check log)
In user type dropdown there is no option for admin.
Hi sachin,
If you change the "Start Node in Content" setting, its indeed possible you get a permission error when accessing a node that is outside of that scope.
Obviously something is going wrong with the user management though:
1) What changes did you make? Did you delete any of the existing user types? Can you provide a screenshot of the settings perhaps?
2) Can you look up the error message in the log file? (which you will find the logs in the database, table dbo.umbracoLog)
this my user view page. In the "user type" there is no admin option only writor,editor and translator are displaying.i think missing "admin " in dropdown causing this problem...
is there any way to include admin in the dropdown...
plz take a look on above snapshot also.
i have checked the umbracolog table,the "log comment" column showing "Input string was not in a correct format."
Hi sachin,
That's very odd, is it possible something went wrong during the installation of Umbraco?
Does this concern a local dev installation or is this a production site (or a handover of some sort) ?
I guess you could try to and re-add the admin user via the database (table dbo.umbracoUserType, a record with values "1", "admin", "Administrators", "CADMOSKTPIURZ:5F") but if it's not too much work to recreate the document types (etc) I would recommend to just reinstall Umbraco (because you never know what else is missing).
is working on a reply...