discuz_core::instance () error handling method
The high version of the PHP5.3.2 security requirements, resulting in the 5.2.x version of PHP can be successfully installed in the Super Webmaster Disczu X appears the following error:
Strict Standards: non-static Method Discuz_core::instance () should is not to called statically
dx.bsdu.net/portal.php on line 17
The workaround is to modify the php.ini file, approximately 509 lines:
root# ee/usr/local/etc/php.ini
error_reporting = E_all | E_strict This row is modified to the following:
error_reporting = E_all
Digression: Before the installation of PHPBB3 has encountered other security warning (time zone), the PHP5.3 version has a larger change, if you like beginning something new, suggest you must do a good job testing, do not easily upgrade the deployment of a new version, to
Preventing unpredictable problems is causing trouble for you.