• Resolved bbpressyzh

    (@bbpressyzh)


    Undefined variable: exclude_filter in plugins/mycred/includes/classes/class.query-leaderboard.php on line 663

    How can I fix it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @bbpressyzh,
    Thank you for contacting us,
    Can you please let me know where you are viewing this warning is it appearing by adding the shortcode in myCred leaderboard widget?

    Thread Starter bbpressyzh

    (@bbpressyzh)

    Nope, I only use leaderboard shortcode.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @bbpressyzh,

    Can you please share the exact shortcode that you are using also please let us know the version of PHP / myCred as we are unable to replicate this issue on our end.

    Thanks!

    Thread Starter bbpressyzh

    (@bbpressyzh)

    [mycred_leaderboard number=30 current=1 wrap=””]

    [/mycred_leaderboard]
    <table>
    <thead>
    <tr>
    <th>#</th>
    <th>User</th>
    <th>Rank</th>
    <th>Badge</th>
    </tr>
    </thead>
    <tbody><tr>
    <td>%position%</td>
    <td>%avatar% <br> %user_profile_link%</td>
    <td>%rank_logo% <br> %cred_f% </td>
    <td>%badges%</td>
    </tr></tbody>
    </table>

    PHP 7.3.16

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @bbpressyzh,
    We are unable to replicate this issue on our staging environment it would be great if you can share the steps to reproduce this issue.

    Thread Starter bbpressyzh

    (@bbpressyzh)

    I just met this error when I visited the website and I checked the error logs it shows
    Undefined variable: exclude_filter in plugins/mycred/includes/classes/class.query-leaderboard.php on line 663

    So I’m here.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @bbpressyzh,
    Thanks for reporting this issue we will be adding this fix in the next upcoming update.

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