On the latest Wampserver operation Spaweditor Total error, whether only through the PHP downgrade solution

Source: Internet
Author: User
Spaweditor Total error running on the latest wampserver, is it only possible to downgrade by PHP?

The parameters in PHP.ini have been revised: error_reporting = E_all & ~e_notice & ~e_strict & ~e_deprecated
FTP to the other third party to provide the web host run all right, but the local wampserver still is the result, ask for guidance! Thanks

Is it only possible to wampserver degraded 2.1 (php5.3) to resolve

PHP Wampserver


------Solution--------------------
You can modify the program by pressing the error message
Like he said Spawconfig::setstaticconfigitem wasn't a static method.
Then you find the function Setstaticconfigitem in the Spawconfig class definition with the static declaration in front

------Solution--------------------

Class T {
function foo () {
Echo ' ABCD ';
}
}

Class T1 {
static function foo () {
Echo ' ABCD ';
}
}

T1::foo (); This won't be an error.
  • 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.