• Resolved pengie5696

    (@pengie5696)


    I have this persistent error in my debug.log and have no idea what it means. Any insight is appreciated.

    I am hosting the site on VPS with Comodo plus SSL and running entirely in https with WordPress WooCommerce on Bluehost VPS and MaxCDN

    [08-Jun-2015 13:13:31 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method orddd_integration::orddd_plugins_loaded() should not be called statically in /home/removed/public_html/wp-includes/plugin.php on line 496

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pengie5696

    (@pengie5696)

    Oh – url referenced above from the debug log, “removed” is the name of the server account removed to protect site security.

    The call_user_func_array() is a PHP function, and parameter 1 should be the name of a function that it’s supposed to call in turn. In extremely simplified terms, it’s most likely that one of your plugins is using what PHP considers bad grammar and is getting flagged for it. You may not see anything broken, but it would be good to track it down and report it to the developer if possible.

    If you have the ability to search the code in your plugin’s PHP files, try searching for orddd_plugins_loaded to see what it turns up. You can also try turning off plugins one by one to see if the error goes away.

    Thread Starter pengie5696

    (@pengie5696)

    Thank you for the insight. I indeed was able to locate the code belonging to Order Delivery Date plugin (premium). I will reach out to the developers to resolve the issue…

    Again, many thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unsure of the error’ is closed to new replies.