- ECMall报Strict Standards: Non-static method Conf::get() 解决方法
- 点击次数 | 更新时间 | 2015-10-10 10:31:33
-
[摘要] 用到ECMall安装后提示:StrictStandards:Non-staticmethodConf::get()shouldnotbecalledstatically,assuming$thisfromincompatiblecontextin….查找原因后修改了eccore\ecmall.php228行 functionget($key=”)修改为staticfunction...用到ECMall安装后提示:Strict Standards: Non-static method Conf::get() should not be called statically, assuming $this from incompatible context in ….查找原因后修改了eccore\ecmall.php 228行function get($key = ”)修改为 static function get($key = ”)解决问题!
- 上一篇:PHP乱码问题,UTF-8(乱码)
- 下一篇:“错误 330 (NETERR_CONTENT_DECODING_FAILED):未知错误”解决方法