Opencart Error: Notice: Undefined property: Proxy::editToken When Admin login to customer account from the admin Customers list
预计阅读时间: 1分钟
Opencart 4.0从网站后台登录用户的时候出现了以下错误:
Error: Notice: Undefined property: Proxy::editToken in the file: catalog/controller/account/login.php on line 277.
研究了一下,这个editToken函数在新版本的customer模块里面根本就没有了,那就只好把它删除掉了,一运行发现没有报错了。
当然,对Opencart也没有特别精通,也不知道会不会引起别的什么问题,但是暂时是没有报错了,先这样吧。