Drupal 选项卡丢失/消失

发布于 2024-08-26 02:22:09 字数 159 浏览 4 评论 0原文

在我的代码中,我使用 MENU_LOCAL_TASK 创建一些选项卡。 有时,由于某些未知原因,某些用户的选项卡会消失。 我有来自其他 Drupal 或贡献模块的类似代码。

我能做的唯一补救措施是截断所有缓存表并执行 menu_rebuild()。 谁能帮助我吗?

谢谢。

In my code, I create some tabs using MENU_LOCAL_TASK.
Sometimes for some unknown reasons, the tabs disappears for some users.
I have the similar codes from other Drupal or contributed modules.

The only remedy that I can do is to truncate all cache tables and do menu_rebuild().
Can anyone help me?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看海 2024-09-02 02:22:09

你用的是6.16吗?之前的版本存在一个问题,可能会导致菜单表无法100%重建,因此6.16中引入了锁定框架。

我自己也看到过这个问题,其中管理部分的各个部分将消失,清除缓存或调用 menu_router_build() 是恢复它的唯一方法。

Are you using 6.16? There is an issue in versions before that that may cause the menu table to not be rebuilt 100%, thus a locking framework was introduced in 6.16.

I have seen this issue myself where sections of the admin section will vanish and clearing the cache or calling menu_router_build() is the only way to bring it back.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文