I Am getting this error when i hit update profile
"Parse error: parse error, unexpected T_STRING in /homepages/35/d114412699/htdocs/sboj/roster/addons/vault/inc/install.def.php on line 149"
i found the following lines duplicated when i edit roster/addons/vault/inc/install.def.php
function uninstall()
{
global $installer;
$installer->remove_all_config();
$installer->remove_all_menu_button();
return true;
}
}
Once i removed them it worked fine