• Resolved matth3wwatson

    (@matth3wwatson)


    Hello,

    I have an error message appear on the dashboard when plugin was activated.

    Strict Standards: Declaration of mts_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home/content/p3nexnas05_data03/02/2104602/html/wp-settings.php on line 328

    Any ideas how I remove it or fix the issue?

    Thank you

    https://ww.wp.xz.cn/plugins/wpmovielibrary/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi matth3wwatson,

    Looks unrelated to the plugin itself, more likely an issue with another plugin/theme: mts_Walker seems to be a part of MyThemeShop products, are you by any chance using one of their themes?

    As for a fix, hard to say; my first step would be to check the functions.php to find an occurrence of mts_Walker::start_el() and maybe try replace it with mts_Walker::start_el(null, null). And/or see the MTS support if they know precisely where that’s coming from.

    From what I gathered the issue seems to be that the mts_Walker::start_el() method requires at least two arguments, but none is passed in the functions.php file, causing a PHP Strict error, but I don’t have any way to actually test this.

    Marking as solved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error message on dashboard’ is closed to new replies.