ACLRole error

Hello, any idea what could trigger this?

Deprecated: Non-static method ACLRole::getRoleActions() should not be called statically, assuming $this from incompatible context in /public_html/crm/modules/ACLRoles/DetailView.php on line 60

Thanks,

Your version of SuiteCRM and PHP, please?

I have a similar if not the same problem . On top of the page I get the following:

Deprecated: Non-static method ACLRole::getRoleActions() should not be called statically in /modules/ACLRoles/DetailView.php on line 63

Looks like someone forgot to update the code for PHP 7.x .

PHP Version 7.10.11
Sugar Version 6.5.25 (Build 344)

Deprecated messages are not relevant (except when developers are removing support for old PHP versions, not adding support for new ones).

You should simply turn off display_errors in your php.ini and restart your web server. That’s a best practice anyway, you should track your errors in the server logs, not on user’s screens.