Spaweditor running on the latest wampserver has a total error. can this problem be solved only by downgrading php?

Source: Internet
Author: User
Total spaweditor errors on the latest wampserver. can this problem be solved only by downgrading php? Php. ini parameters have been modified: error_reporting & nbsp ;=& nbsp; E_ALL & nbsp; & amp; & nbsp ;~ E_NOTICE & nbsp; & amp; & nbsp ;~ E_STRI always has an error when running spaweditor on the latest wampserver. can this problem be solved only by downgrading php?

Php. ini parameters have been revised: error_reporting = E_ALL &~ E_NOTICE &~ E_STRICT &~ E_DEPRECATED
Ftp runs normally on the web host provided by other third parties, but the local wampserver is still the result. please advise! Thank you

Can it be solved only by downgrading wampserver 2.1 (php5.3 )?

Php wampserver
------ Solution --------------------
You can follow the error prompt to modify the program
For example, he said SpawConfig: setStaticConfigItem is not a static method.
Then you can find the function setStaticConfigItem in the SpawConfig class definition and add the static declaration to it.

------ Solution --------------------
Class T {
Function foo (){
Echo 'ABCD ';
}
}

Class T1 {
Static function foo (){
Echo 'ABCD ';
}
}
T: foo (); // the following error occurs: Strict Standards: Non-static method T: foo () shocould not be called statically in
T1: foo (); // no error is returned.

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.