Throws 12 warning errors to debug logs on every page load.
-
The current version throws 12 warning errors about non-standards compliant and incorrect calling of static functions on every page load. This makes the plugin fairly unusable in debug mode. The plugin may be very nice when these issues are correctly fixed but this issue makes the plugin incompatible with using debug mode at a site.
Examples of just a few of the errors:
[06-Jun-2015 16:30:30 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WSW_Main::show_admin_notice() should not be called statically in /wp-includes/plugin.php on line 496
[06-Jun-2015 16:30:30 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WSW_Show::filter_post_title() should not be called statically in /wp-includes/plugin.php on line 213
[06-Jun-2015 16:30:30 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method WSW_Dashboard::register_settings_pages() should not be called statically in /wp-includes/plugin.php on line 496
- The topic ‘Throws 12 warning errors to debug logs on every page load.’ is closed to new replies.