为什么要单击“查看所有网站内容”? 产生错误?
我有一个 SharePoint 网站,单击“查看所有网站内容”会生成以下错误:
URL“/sites/foo/bar”无效。 它可能引用不存在的文件或文件夹,或者引用不在当前 Web 中的有效文件或文件夹。
有任何想法吗?
I have a SharePoint site where clicking "View All Site Content" generates this error:
The URL '/sites/foo/bar' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,也许您可以检查是否有任何 Web 部件导致了问题。
只需在 URL 末尾添加 ?contents=1 即可进入当前页面的 Web 部件维护模式。
虽然可能性不大,但使用 SharePoint,你永远不会知道:)
Hm, maybe you can check whether any web part is causing problems.
Just add ?contents=1 at the end of the URL and you will go to the Web Part Maintenance mode for the current page.
It's a long shot, but with SharePoint you never know :)
可能是该站点未发布的系统母版页存在问题。 尝试查看 http://[yoursitecollection]/_catalogs/masterpage/Forms/AllItems.aspx 看看是否有问题。
Could be an issue with an unpublished system masterpage for the site. Try looking at http://[yoursitecollection]/_catalogs/masterpage/Forms/AllItems.aspx to see if there is an issue.