Drupal 6:广告模块设置中的空白页面

发布于 2024-09-03 04:36:36 字数 209 浏览 9 评论 0原文

我上传并激活了广告模块,没有出现任何错误。我可以看到广告列表页面。

列表|远程广告|报告| 设置|广告组 |渠道

但所有其他页面都是空白

可能是什么问题?

I uploaded and activated Ads Module with no error. I can see Ads-List pages.

List | Remote ads | Reports |
Settings | Ad groups | Channels

but all other pages are blank

What can be the problem?

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

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

发布评论

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

评论(1

不语却知心 2024-09-10 04:36:36

您是否已清除服务器上的缓存?您是否正在运行 Varnish 或任何其他需要清除的反向代理/静态缓存?

当您禁用并卸载该模块,然后清除所有缓存时会发生什么?

您的 PHP、Apache 和 MySQL 错误日志显示了什么?

如果清除缓存不起作用:

1) 检查 thenameoftheadmodule.module 文件并搜索 _menu (或 thenameoftheadmodule_menu)。

2) 检查菜单路由器表内的菜单挂钩中找到的回调路径的状态是什么。

3) 调试每个菜单挂钩条目(或不起作用的条目),调试器会告诉您出了什么问题。

Did you clear the caches on the server already? Are you running Varnish or any other reverse-proxy / static cache that needs to be cleared?

What happens when you disable and uninstall the module, then clear all the caches?

What do your PHP, Apache and MySQL error logs say?

If clearing the caches doesn't doesn't do the trick:

1) Check the thenameoftheadmodule.module file and search for _menu (or thenameoftheadmodule_menu).

2) Check what's the status of the callback paths found in the menu hook inside the menu router table.

3) Debug each menu hook entry (or the one that doesn't work) and the debugger will tell you what's wrong.

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