莫斯 2007 年现场行动 ->网站设置消失了
由于某些未知原因,我们 Moss 网站的管理员用户(以及拥有完全控制权限的所有其他用户)的网站操作 ->站点设置菜单选项已从主页消失。我可以通过访问 mysite/_layouts/settings.aspx 导航到它,但我无法更改它说我没有权限的任何内容。
有什么想法出了什么问题吗?我需要启用已编码的 WebPart,但无法选择将其添加到页面。
据我所知,系统上没有任何变化。我想也许它运行的虚拟机崩溃并重新启动了......
For some unknown reason for the admin user of our Moss site (and all other users who had full control permissions) the Site Action -> Site Settings menu option have disappeared from the home page. I can navigate to it by going to mysite/_layouts/settings.aspx but I can't change anything it says I do not have permissions.
Any ideas what has gone wrong? I need to enable a WebPart that I have codded but I don't have the option to add it to a page.
To my knowledge nothing has changed on the system.I am thinking that maybe the VM that it ran on crashed and was restarted...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果登录的用户是网站集管理员,但仍然收到这些访问被拒绝的消息,则您的内容数据库似乎已被锁定。这种情况会在备份期间或备份出错(例如中断)时发生,
如果它没有显示为“无”,则它被锁定。修复命令:
<代码>
IF the user logged IS the Site Collection administrator and still gets theses access denied messages, your Content Database seems to be locked. This happens during backups or when backups go wrong (get interrupted for example)
if it is not showing as 'none', it is locked. fix command:
最后我们不得不卸载 sharepoint 并重新安装它。接受这个作为答案,因为这为我们解决了这个问题。如果其他人有任何想法,将使问题社区维基。
In the end we had to unistall sharepoint and reinstall it again. Acepting this as the answer as this solvedthis case for us. will make the question community wiki if anyone else has any ideas.