Hi, I was using log4php and version 5.1.6 just fine but we just recently upgraded our servers to run PHP version 5.2.5 and now I'm getting the following error message.
Strict Standards: Non-static method LoggerPropertySetter::setPropertiesByObject() should not be called statically, assuming $this from incompatible context in /home/wchu/trunk/cmsMason/log4php/LoggerPropertyConfigurator.php on line 648 Strict Standards: Non-static method LoggerPropertySetter::setPropertiesByObject() should not be called statically, assuming $this from incompatible context in /home/wchu/trunk/cmsMason/log4php/LoggerPropertyConfigurator.php on line 656 Configuration Error - E13204202012-43 Can anybody shed some light as to what the problem is? Regards, Will