非常感谢您的解答,刚刚我按照新提供的资料进行配置,在三个插件:按照fecyo:1 fecbvc:2 fecmyorder:3 的优先级进行设置后,进入前台提示如下报错:
PHP Warning – yii\base\ErrorException
Illegal string offset 'name'
- in /Applications/MAMP/htdocs/fecmall/vendor/fancyecommerce/fecshop/services/page/Menu.php at line 93
后台提示如下出错:
PHP Warning – yii\base\ErrorException
Declaration of fecbvc\services\Customer::phoneRegisterAndLogin($param) should be compatible with fecyo\services\Customer::phoneRegisterAndLogin($param, $isCheckQrCodeLog = false)
- in /Applications/MAMP/htdocs/fecmall/addons/fecmall/fecbvc/services/Customer.phpat line 22
然后如果这个时候我通过数据库把fecbvc设置为关闭状态(非激活),则后台恢复正常访问,而前台业依旧显示前面的错误提示。
请问是哪个地方出了问题?
谢谢!