New Landing How can we help? Atelier DEBUG error

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #210599
    3969120a
    Member
    Post count: 159

    this shows up in dashboard:

    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/serenitycreams/public_html/wp-includes/functions.php on line 3570

    line 3560-3580:

    /**
    * Filter whether to trigger an error for deprecated arguments.
    *
    * @since 3.0.0
    *
    * @param bool $trigger Whether to trigger the error for deprecated arguments. Default true.
    */
    if ( WP_DEBUG && apply_filters( ‘deprecated_argument_trigger_error’, true ) ) {
    if ( function_exists( ‘__’ ) ) {
    if ( ! is_null( $message ) )
    trigger_error( sprintf( __(‘%1$s was called with an argument that is deprecated since version %2$s! %3$s’), $function, $version, $message ) );
    else
    trigger_error( sprintf( __(‘%1$s was called with an argument that is deprecated since version %2$s with no alternative available.’), $function, $version ) );
    } else {
    if ( ! is_null( $message ) )
    trigger_error( sprintf( ‘%1$s was called with an argument that is deprecated since version %2$s! %3$s’, $function, $version, $message ) );
    else
    trigger_error( sprintf( ‘%1$s was called with an argument that is deprecated since version %2$s with no alternative available.’, $function, $version ) );
    }
    }
    }

    thanks…

    #210896
    3969120a
    Member
    Post count: 159

    could someone please respond to this question…?

    #210910
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Difficult to tell from that message. It could be a plugin.
    Try to disable all plugins except Swift Framework to see if the message still there.

    Also try to activate the default Twenty 15 theme to discard any issue with our theme.

    -Rui

    #210922
    3969120a
    Member
    Post count: 159

    it was the plugin Admin Font Editor.

    sorry to see it go; it made editing much easier…

    thanks for your assistance!

    #211285
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.
    -Rui

    #214205
    3969120a
    Member
    Post count: 159

    “resolved”

    #214208
    David Martin – Support
    Moderator
    Post count: 20834

    Great, thanks.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.