Trying to access array offset value of type bool in Email [Solved]

Hello

I recently installed SuiteCRM and I’m getting these errors on the Email page. How can I fix this? Are these permission issues or something?

You just need to turn off display_errors in your php.ini.

Look online to learn how

1 Like

But that doesn’t sound like we’re fixing the issue, we’re just hiding it?

Notices are not important. SuiteCRM generates a lot of messages. But they shouldn’t be on screen, in fact sometimes their presence there breaks the screens and causes bugs.

You do need to pay some attention to those errors on the logs, but most of them can be safely ignored.

I pay attention to FATAL and ERROR level messages. And sometimes lower level messages if I have a specific problem on the UI that I am investigating.

1 Like

Ah I see thank you, I turned off the display errors.