01/28/2013 at 10:55 am
#249999
Keymaster
@ Kevin Graham
Work has begun on making Connections more multi-site aware. Basically Connections will need instructed to work as in single-site mode on your multi-site install. Adding the following to the wp-config.php should return it to its previous state:
define('CN_MULTISITE_ENABLED', FALSE);
Let me know the result. Thanks!