I had the same problem as here: pages rendered blank or only semi-rendered. After moving the line require_once(ABSPATH . 'wp-settings.php'); to the end of the wp-config.php file, where it now resides right after define ('WP_ALLOW_MULTISITE', true); and the rest of the multisite-code, the problem was fixed.
IMO, Andrea’s (otherwise very good) document doesn’t mention this. Maybe it should?
I’m looking the third issue as well. Is there any plugin to make user accounts expire and/or close after given date?
Thread Starter
jamk
(@jamk)
Oh and apparently they’ve fixed the WPMU-bug – which is a nice thing for those who don’t know how to fix it themselves 🙂
Old fix:
http://matmrosko.com/2009/09/30/addthis-wordpress-plugin-with-wpmu/