PHP error Strict standards:php Strict standards:declaration of .... Should is compatible with that solution

Source: Internet
Author: User
Tags php error

Cause of Error:
This is due to PHP 5.3 after the release. Requires that the inheriting class be defined after the parent class. Otherwise there will be Strict standards:php Strict standards:declaration of .... Should is compatible with that of .... The error prompt. That is, the parent class must be in front, inheriting the class after.
Error Reference page. Bugs Point PHP Point net/bug.php?id=46851 (unable to post URLs with links) above clearly explains the specific reasons for such errors.
Workaround: In the wordpress3.0.1 file, locate the wp-admin\setup-config.php file. In require_once (& #39;.. /wp-includes/compat.php& #39;); Add a sentence above:
Error_reporting (E_all & ~ (e_strict | E_notice));
Problem solving.
Error Report settings: All errors are displayed, but except for strict error checking or bug reporting. This means that PHP5.3.3 does not perform strict error checking. Also does not display an error prompt. Skip strict error checking.

PHP error Strict standards:php Strict standards:declaration of .... Should is compatible with that solution

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.