EditView.php on line 78

Good, I just installed the CRM and I enter the ROLES tab to create a new one, when I enter the tab I get this message at the top.
I would like to know if it was something wrong that I did at the time of installation and how can I solve it, thanks a lot for the little programming

Please always tell us your version of SuiteCRM. Thank you.

You should turn off display_errors in your php.ini, so these errors stop showing on screen. They are still in the logs, which is where you should keep track of them. But there are too many PHP notices all the time and usually they can be safely ignored unless you are seeing a symptom of a problem (like an UI action that doesn’t seem to work).

Version 7.10.2

thanks for the answer, deactivating these messages in the ini.php deactivate it where?

It keeps the messages from echoing on to the PHP output (to your screen). This not only makes for ugly screens, sometimes for no reason at all, under certain conditions it also breaks a few screens and kills functionality.

PHP Error messages and notices belong in the logs.