BuddyBoss Home – Web Support Forums Plugins BuddyPress Member Types Update broke Version 1.0.2

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

    #56835
    @falconslife

    Hello again!

    update provides error in multisite plugin page..

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'BuddyBoss_BMT_Admin' does not have a method 'add_action_links' in C:\xampp\htdocs\wordpress\wp-includes\plugin.php on line 235

    Reverting back to 1.0.1

    Thanks

    Answers

    #56895
    @vapvarun

    Hi @falconslife, Sorry for inconvenience
    I have notified developers to fix the issue
    Regards

    #62218
    @graphisteapels

    Up ! This issue is still here, any way to fix this with code ? Thank you.

    #62923
    @graphisteapels

    Any news ?

    #63066
    @vapvarun

    Hi @graphisteapels
    It’s fixed and in update queue,
    You can also comment this line for immediate fix
    replace or remove line 143 from /buddypress-member-types/includes/admin.php

    
    add_filter( 'network_admin_plugin_action_links', array( $this, 'add_action_links' ), 10, 2 );
    

    with

    
    // add_filter( 'network_admin_plugin_action_links', array( $this, 'add_action_links' ), 10, 2 );
    

    Regards
    Varun Dubey

    #63073
    @graphisteapels

    Thank you !

    #63075
    @vapvarun

    This fix will be available in next update.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Update broke Version 1.0.2’ is closed to new replies.