问题描述
按照说明安装niushop单商户免费版后,访问首页报错:Use of undefined constant ture - assumed 'ture'
运行环境为PHP7.2
解决方案
根据debug中的信息可以看到源码中的 ture 应该为 true ,但是这个php文件是系统自动生成,不知道在那修改。所以我们就把 'ture' 定义为 true 。
define('ture', true);
把这句代码添加到 index.php 中即可解决该问题。
其他问题
- 访问移动版时报错,建议卸载或购买收费版。
- 免费版有漏洞,建议卸载或购买收费版。
文章评论