When I go to upgrade to 1.4.9 I get this error.
Quote:
We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');
Hook name Hook code
register_addmember_process $sfsPurged = false; require_once('includes/functions_vbsfs.php'); sfsProcess();
|