PHP Strict Standards Warnings with Events Manager and PHP 5.4
-
I’m using Events Manager on a web host that is running PHP 5.4 and my error logs are filling up with the following warnings caused by some code in Events Manager not meeting the strict standards for this version of PHP:
[01-Mar-2014 01:47:21 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method EM_Calendar::init() should not be called statically in /home/username/public_html/wp-includes/plugin.php on line 429 [01-Mar-2014 01:47:21 UTC] PHP Strict Standards: Declaration of WPFC_EM_Categories_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home/username/public_html/wp-content/plugins/events-manager/em-wpfc.php on line 294
Since they’re just warnings, they don’t prevent Events Manager from working, but I’m posting in the hopes that they will be fixed in the next version.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PHP Strict Standards Warnings with Events Manager and PHP 5.4’ is closed to new replies.