Mine is v 1.5, after enabled just blank page.
So I hacked the code,
Find
===========================================================
$this->_user = CFactory::getRequestUser();
===========================================================
Change to
===========================================================
$this->_user = CFactory::getActiveProfile();
$this->_my = CFactory::getUser();
===========================================================