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.