I am getting the following errors which are by the thousands of lines and am curious to know what I need to do to stop it.Any clues?Misc:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 101 PHP Strict Standards:  Non-static method Sys:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 143 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/header.inc.php on line 9 PHP Strict Standards:  Non-static method Misc:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 101 PHP Strict Standards:  Non-static method Sys:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 143 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/header.inc.php on line 9 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/login.inc.php on line 4 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/class.format.php on line 76 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/login.inc.php on line 5 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/class.format.php on line 76 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/login.inc.php on line 19 PHP Strict Standards:  Non-static method Misc:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 101 PHP Strict Standards:  Non-static method Sys:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 143 PHP Strict Standards:  Non-static method Format:() should not be called statically in /home/showmemy/public_html/support/include/client/header.inc.php on line 9 PHP Strict Standards:  Non-static method Misc:() should not be called statically in /home/showmemy/public_html/support/main.inc.php on line 101 PHP Strict Standards:  Non-static method

Strictly speaking (pun intended) "PHP Strict Standards" are not errors, they are more notifications.  You can change your logging level in your php.ini and suppress them.  It wasn't until recently that PHP changed it so that they shipped new versions of PHP with STRICT enabled by default.Please see:http://www.php.net/manual/en/function.error-reporting.phpand/orhttp://stackoverflow.com/questions/1248952/php-5-disable-strict-standards-error

Write a Reply...