ecshop中错误

ecshop错误提示:Strict standards: Declaration of phpbb::set_cookie() should be compatible with integrate::set_cookie($username = '', $remember = NULL)

ecshop错误提示:Strict standards: Declaration of ucenter::login() should be compatible with integrate::login($username, $password, $remember = NULL)

修改includes\modules\integrates文件夹下的phpbb.php文件,大概在110行,

function set_cookie ($username="")

改成

function set_cookie ($username="", $remember = NULL)

 

ecshop和jquery的冲突解决办法

https://jingyan.baidu.com/article/c843ea0b7be27b77931e4a0f.html

posted @ 2017-04-30 18:29  虚镜  阅读(235)  评论(0编辑  收藏  举报