Each time my cron runs, I get this email with this warning. I mean, I can simply stop crons from sending me emails, but I would like to actually solve the problem and not “hide” the problem.
When the cron runs in my cpanel, the code that get’s executed in PHP generates an error. That error that happened during the cron job, is then sent by email.
So this means, I only receive the email because I get that error message when executing the PHP code in SuiteCRM.
My question is: is there a way to fix this and stop the error from happening?
I can’t find that error coming from SuiteCRM. It might be MySQL, or it might be some other process in your system.
But I don’t know how to fix it, if I can’t find where it’s coming from.
You might try exploring the actual logs, not the email, to find more information. If it’s an actual PHP error and you can get a stack trace of it, then you might understand the process.