保存内容时出错
我能够以管理员身份登录 drupal,但是当我尝试保存任何内容或设置时,我收到错误
The username admin does not exist
i am able to login to drupal as admin but when ever i try to save any content or settings i get the error
The username admin does not exist
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是由于用户相关模块更改了 $user 对象。您的第一个也是最好的选择是确保您完全了解所有模块的最新情况。如果这不能解决问题,您应该一次禁用一个模块,直到此错误消失。任何与配置文件或用户相关的模块都应该受到怀疑 - 内容配置文件等。
This is probably due to a user related module altering the $user object. Your first and best bet is to make sure you are fully up to date with all your modules. If that doesn't solve it, you should disable modules one at a time until this error goes away. Any modules related to profiles or users should be suspect - content profile, etc.