Strict Standards: Non-static method ECMall::startup() should not be called statically in /htdocs/ecmall/index.php on line 22
Deprecated: Assigning the return value of new by reference is deprecated in /htdocs/ecmall/eccore/controller/app.base.php on line141
Deprecated: Assigning the return value of new by reference is deprecated in /htdocs/ecmall/includes/ecapp.base.php on line 137
Strict Standards: Declaration of FrontendApp::jslang() should be compatible with ECBaseApp::jslang($lang) in /htdocs/ecmall/app/frontend.base.php on line 363
Strict Standards: Declaration of Message::display() should be compatible with BaseApp::display($n) in /htdocs/ecmall/eccore/controller/message.base.php on line 329php
等相似錯誤提示的時候(PHP5.2.*版本的一樣有這狀況),能夠考慮咱們下面給出的解決方法:app
1)問題分析:該錯誤是PHP環境配置的問題,並不是程序問題;frontend
2)找到php.ini 文件,將 error_reporting 的值改成:error_reporting = E_ALL & ~E_NOTICEit
3)重啓Apache或者IIS。io
4)完畢配置