Non-static method

Source: Internet
Author: User
Tags error handling

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.