Strict Standards: Non-static method Ecmall::startup () should not being called statically inD:\wamp\www\ecmall\index.phpOn line A
Deprecated: Assigning the return value of new by reference was deprecated inD:\wamp\www\ecmall\eccore\controller\app.base.phpOn line141
Deprecated: Assigning the return value of new by reference was deprecated inD:\wamp\www\ecmall\includes\ecapp.base.phpOn line143
Deprecated: Assigning the return value of new by reference was deprecated inD:\wamp\www\ecmall\includes\ecapp.base.phpOn line149
Strict Standards: Declaration of Frontendapp::jslang () should is compatible with Ecbaseapp::jslang ($lang) inD:\wamp\www\ecmall\app\frontend.base.phpOn line365
Strict Standards: Declaration of Message::d isplay () should is compatible with Frontendapp::d isplay ($TPL) inD:\wamp\www\ecmall\eccore\controller\message.base.phpOn line332
Strict Standards: Non-static method Conf::get () should not being called statically, assuming $this from incompatible context IND:\WAMP\WWW\ECMA Ll\app\frontend.base.phpon Line 446
Solutions
Find ecmall/eccore/ecmall.php in the Ecmall installation directory
Change function get to static function get (
Turn function startup (to static function startup (
To the PHP installation directory, find php.ini to change error_reporting = E_all to error_reporting = E_all & ~e_deprecated & ~e_strict Restart service
Open the Mall homepage and backstage garbled and the following a series of error messages