there is a typo in wp-activate
that stops creation of new blogs with the email link
wp-activate.php
line 4
- require_once( ABSPATH . WPINC . '/registration-functions.php');
+ require_once( ABSPATH . WPINC . '/registration.php');
ok maybe not.. fixes the regi issue but then im getting a new one :(
where i can't log on http://www.domain.com/wp-admin
but i work around is user.domain.com/wp-admin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
update
hmmmm i dont' understand php ohh well :( worth a try but it does get the user registered but looks like it breaks other things