PHP Strict Standards - Error flood in log file after upgrade
Posted: Sat Jul 07, 2012 9:52 am
Hi,
after updating to PHP 5.4.4 and S9Y 1.6.2 these errors occur in my logfile and there are not just a few ones, the log file is being flooded with those error messages.
I disabled error logging to save diskspace.
The blog seems to work fine, there just one umlaut issue I just posted in the bugs forum.
My questions:
1) Is this a S9Y code issue?
2) Or is the a (PHP) configuration issue (apart from disabling error logging to "solve" this.
)
3) Or is this a PHP version issue with some incompatibility with S9y
4) Or something else?
If you need more information just ask.
dyfa
after updating to PHP 5.4.4 and S9Y 1.6.2 these errors occur in my logfile and there are not just a few ones, the log file is being flooded with those error messages.
Code: Select all
[Tue Jul 03 21:58:34 2012] [error] [client 66.249.72.207] PHP Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically in /path/installation/blog.addict.de/serendipity/include/plugin_api.inc.php on line 1041
[Tue Jul 03 21:58:34 2012] [error] [client 66.249.72.207] PHP Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically in /path/installation/blog.addict.de/serendipity/include/functions_entries.inc.php on line 1090
[Tue Jul 03 21:58:34 2012] [error] [client 66.249.72.207] PHP Strict Standards: Non-static method serendipity_plugin_api::hook_event() should not be called statically, assuming $this from incompatible context in /path/installation/blog.addict.de/serendipity/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php on line 252
[Tue Jul 03 21:58:34 2012] [error] [client 66.249.72.207] PHP Strict Standards: Non-static method serendipity_plugin_api::get_event_plugins() should not be called statically, assuming $this from incompatible context in /path/installation/blog.addict.de/serendipity/include/plugin_api.inc.php on line 1041
My questions:
1) Is this a S9Y code issue?
2) Or is the a (PHP) configuration issue (apart from disabling error logging to "solve" this.
3) Or is this a PHP version issue with some incompatibility with S9y
4) Or something else?
If you need more information just ask.
dyfa