• Resolved ArtGoddess

    (@artgoddess)


    Hi there,

    In admin area: https://www.domain.com/wp-admin/* it can be read:

    Deprecated: Required parameter $endpoint follows optional parameter $args in /home/user/domain.com/wp-content/plugins/breadcrumb-navxt/class.bcn_rest_controller.php on line 64

    Debug mode ON.
    PHP 8, WP 5.8.1, Breadcrumb NavXT 6.6.0.

    Many thanks!

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

    (@rochow)

    Likewise, a huge log file being generated because of this simple error.

    $namespace, $route, $args = array(), $override = false, $endpoint

    should be:

    $namespace, $route, $endpoint, $args = array(), $override = false

    Thread Starter ArtGoddess

    (@artgoddess)

    As far as I can see, this warning has disappeared in the 7.0 version of the plugin.

    Thank you @mtekk very much for your time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8 Deprecated class.bcn_rest_controller.php on line 64’ is closed to new replies.