Not compatible with Better Messages v.2.0
-
We are using BP Registration Options on a site running on Buddyboss platform and just installed Better Messages latest version to find out that we get fatal errors on users not approved yet.
The fatal error occur on the following lines in compatibility.php:
remove_action( 'bp_template_content', array( BP_Better_Messages_Tab(), 'content' ), 20 ); remove_filter( 'the_content', array( BP_Better_Messages_Hooks(), 'chat_page' ), 12 );
with the error messages:
Uncaught Error: Call to undefined function BP_Better_Messages_Tab()
or
Uncaught Error: Call to undefined function BP_Better_Messages_Hooks()When I remove those lines it works. Although I guess those lines were there for a purpose.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Not compatible with Better Messages v.2.0’ is closed to new replies.