use*_*612 1 caching smarty prestashop
请注意文件中第349行
C:\xampp\htdocs\sunrayzz\cache\smarty\compile\b3\28\62\b3286241c53ed18bb03074a03880792b750ec66b.file.form.tpl.php
[8] Undefined index: label
Run Code Online (Sandbox Code Playgroud)
请注意文件中的第600行
C:\xampp\htdocs\sunrayzz\cache\smarty\compile\b3\28\62\b3286241c53ed18bb03074a03880792b750ec66b.file.form.tpl.php
[8] Undefined index: page_item
Run Code Online (Sandbox Code Playgroud)
我继续得到这个错误.甚至我在后台关闭了我在Performance中的编译.请帮忙.
当模板中存在未定义的变量时,将生成此通知.检查指定位置的文件,看看哪个是原始模板.
你可以通过以下方式来抑制
{if isset($label)}
...
{/if}
Run Code Online (Sandbox Code Playgroud)
等等...