SecuritySuite error message

Hello.

I did a new installation of 7.1.1 and all seemed ok but I occasionally get the following error at the top of the webpage:

Warning! SecuritySuite no longer matches the version of Sugar that you are running. SecuritySuite will not work correctly until updated to 6.5.16. Upgrade now to SecuritySuite for 6.5.16

Any ideas as to what I need to do to rectify this?

Do I need to purchase that software extension? There isn’t any mention in the documentation that I could find.

Thanks,
Stefan

Hi Stefan,

You can resolve the issue by adding the following to your config.php:

‘securitysuite_additive’ => true,
‘securitysuite_filter_user_list’ => true,
‘securitysuite_inherit_assigned’ => true,
‘securitysuite_inherit_creator’ => true,
‘securitysuite_inherit_parent’ => true,
‘securitysuite_popup_select’ => false,
‘securitysuite_strict_rights’ => false,
‘securitysuite_user_popup’ => true,
‘securitysuite_user_role_precedence’ => true,
‘securitysuite_version’ => ‘6.5.16’,

Thanks,

Will.

Hello,

I am also getting this error message today, I’ve tried adding the code you provided but that ends up in additional errors. I think I may not be adding the suggested code properly. Can you help?

Here’s the error I’m getting: “Warning! SecuritySuite no longer matches the version of Sugar that you are running. SecuritySuite will not work correctly until updated to 6.5.16. Upgrade now to SecuritySuite for 6.5.16”

Thanks.