• Resolved Pat_Martinez

    (@pat_martinez)


    Hello, our error_log is being filled by the following PHP warning.
    Undefined array key “found_avatar” in public_html/wp-content/plugins/simple-author-box/inc/class-simple-author-box.php on line 226

    Maybe this simple code modification would fix this.
    if ( isset( $array[‘found_avatar’] ) ) {
    // Use the value
    } else {
    // Provide a fallback
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Sorry about that! We will have that fixed in the next update 🙂

    Thread Starter Pat_Martinez

    (@pat_martinez)

    Thanks! I’m not sure if this helps. This is the relative URL when a person doesn’t have an avatar image that they’ve uploaded. /wp-content/plugins/buddyboss-platform/bp-core/images/

    Thread Starter Pat_Martinez

    (@pat_martinez)

    This is still not fixed. We are using the Pro version. Should I try contacting support at Webfactory?

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Yes, please contact us through the website as we can’t provide support for PRO here 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.