kaisellgren
05-15-2008, 05:52 PM
Hello,
I am having this error suddenly out of the blue:
Non-static method SpawConfig::getStaticConfigItem() should not be called statically, assuming $this from incompatible context
I'm using www.spaweditor.com in my PHP 5.2 website. My error reporting is set so that it does not display E_STRICT errors:
if (substr(phpversion(),0,1) != '6')
error_reporting(E_ALL);
else
error_reporting(E_ALL & ~E_STRICT);
by _Aerospace_Eng_ from: http://codingforums.com/showthread.php?t=139835
I am having this error suddenly out of the blue:
Non-static method SpawConfig::getStaticConfigItem() should not be called statically, assuming $this from incompatible context
I'm using www.spaweditor.com in my PHP 5.2 website. My error reporting is set so that it does not display E_STRICT errors:
if (substr(phpversion(),0,1) != '6')
error_reporting(E_ALL);
else
error_reporting(E_ALL & ~E_STRICT);
by _Aerospace_Eng_ from: http://codingforums.com/showthread.php?t=139835