Dotnetnuke 6 功能区管理和下拉菜单消失了
以上是我以超级用户身份登录后的功能区栏。主机旁边的管理选项完全消失了
该站点运行的是DNN6,皮肤仅位于站点门户文件夹中,并且似乎所有管理模块和选项都已消失。甚至我在“站点设置”(“管理”下)中设置的标题也消失了!
还有其他人的管理选项完全消失了吗?皮肤是否有可能搞砸了(所有其他站点都使用相同的 _default 菜单文件并且它们工作正常)?
感谢您的回复。
Above is the ribbonbar after I have logged in as a super user. The Admin option next to Host is completely gone
The site is running DNN6, the skin is only in the site portal folder, and it seems that all admin modules and options have gone away. Even the header, which I set in Site Settings (under Admin), went away!
Has anyone else had their admin options completely disappear on them? Is it possible that the skin is messing it up (all other sites use the same _default menu files and they work fine)?
Thanks for any replies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最近,我们的一个 DNN 站点就发生了这种情况。事实证明,该网站的一位管理员不小心在“页面管理”部分中重命名了管理页面(很容易看出这是如何发生的)。解决方法是直接转到 /Admin/Pages.aspx 并将“页面名称”更改回“Admin”...并且它将再次显示在功能区栏中。
作为对 DNN 开发人员的建议,我建议使管理页面及其子页面无法重命名......
We've recently had this exact situation occur in one of our DNN sites. It turn out that one of the site's administrators had accidentally renamed the Admin page from within the "Page Management" section (it's easy to see how that could happen). The fix was to go directly to /Admin/Pages.aspx and change the "Page Name" back to "Admin" ... and it will show up in the ribbon bar again.
As a suggestion to DNN developers, I would recommend making the Admin page and its subpages impossible to rename....
您可以检查数据库以查看这些页面是否存在吗?如果您尝试导航到 http://website/admin.aspx ,您会看到管理页面和所有内容吗?子页面有吗?
Can you check the database to see if those pages exist? What if you try to navigate to http://website/admin.aspx do you see the admin page and all the child pages there?