Drupal 6:广告模块设置中的空白页面
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否已清除服务器上的缓存?您是否正在运行 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.