@Chabi02 we do not have that file in the logs/prod/ folder.
Maybe you did not set error reporting correctly in the php.ini or in the SuiteCRM under admin β system settings β Logger Settings
- php.ini file error_reporting
Setting the following in php.ini would help get rid of these errors
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING
- Set logger (admin β system settings β Logger Settings)
and also do things mentioned by pgr