BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled.
- 
		I’ve been experimenting today with WP 3.0 RC3 and BP 1.2.4 I can get BP to word fine on a single site install, but as soon as I enable Multisite the /wp-admin fails, in that I get a blank screen. The site frontend works fine. I then experimented with creating a 2nd blog, disabling multisite, enabling BP, then re-enabling multisite. wp-admin then fails on blog 1, but works on blog 2. That is until I enable BP as ‘network enable’ on blog 2. Then blog2 wp-admin also fails. Both front ends work. Basically, BP doesn’t like multisite to be enabled. With `define(‘WP_DEBUG’, true);` I get plenty of deprecated errors, such as: clean_url is deprecated since version 3.0! Use esc_url() instead, is_site_admin is deprecated since version 3.0! Use is_super_admin() instead. Though they also appear with multisite disabled. Is it just that RC3 needs more work? Any ideas? [edit – changed BP version to 1.2.4 from 1.4.2 because I got the numbers the wrong way round  ] ]
- The topic ‘BP 1.2.4 and WP 3.0 – Blank wp-admin with multisite enabled.’ is closed to new replies.