Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#2934 - Deprecated log entries
I am getting the following errors in my log file after installing your module. Please advise.
[09-Jul-2020 21:28:01 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SecurityGroup has a deprecated constructor in /home/crmrealitytech/public_html/modules/SecurityGr oups/SecurityGroup.php on line 5 [09-Jul-2020 21:28:01 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SecurityGroup_sugar has a deprecated constructor in /home/crmrealitytech/public_html/modules/Secu rityGroups/SecurityGroup_sugar.php on line 5
4 years ago
Thanks for reporting these. Deprecation notices should be turned off in your php.ini on production sites. To do this, edit your php.ini and look for error_reporting. Then add " & ~E_DEPRECATED" to the end of it and restart Apache. These messages will then go away.
We will address these in a future release.