我已经安装了我的商店以实现错误。
Notice: Undefined variable: boss_megamenu in /home/develop1/public_html/domain/catalog/view/theme/bt_gomarket/template/common/header.tpl on line 109
Notice: Undefined variable: header_top in /home/develop1/public_html/domain/catalog/view/theme/bt_gomarket/template/common/header.tpl on line 110
Notice: Undefined variable: header_bottom in /home/develop1/public_html/domain/catalog/view/theme/bt_gomarket/template/common/header.tpl on line 111
请给我最好的解决方案
答案 0 :(得分:0)
原因是您尚未设置this variables in your connroller header.php
。也许你犯了一些错误,但在你的机器本地,关闭显示错误。
调查您的控制器并尝试为这些变量提供资金:boss_megamenu
,header_top
。