Thank you! I’ve applied the fix and still experiencing the same problem.
I’ve only had a few minutes this morning, but is it possible the deprecated 2.1.php file is not loading?
– Placing a die(); statement in the 2.1.php file does nothing.
– In class-buddypress.php if move the require( $this->plugin_dir . 'bp-core/deprecated/2.1.php' );
outside of the if ( ! bp_get_option( '_bp_ignore_deprecated_code', ! $this->load_deprecated ) ) { statement the die() works, and removing die() the create site functionality returns
– Also, if I place the called bp_blogs_get_subdomain_base() function into class-buddypress.php it works