可能重复:
PHP: “Notice: Undefined variable” and “Notice: Undefined index”
我有opencart框架和shoppica模板。最近我安装了“one page checkout”模块支持shoppica,但是当我启用这个模块时,我收到以下错误:
PHP Notice: Undefined variable: lang in public_html/catalog/view/theme/default/template/onecheckout/checkout.tpl on line 3
checkout.tpl第3行:
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" xml:lang="<?php echo $lang; ?>">
我的opencart版本是1.5.3.1
shoppica v2.2
一页结账3.4
请帮帮我。