How do I resolve this PHP warning/issue ?
I'm trying to schedule a report, but when I run it, it doesnt send. When looking in the logs, this is the claim:
PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /kbox/kboxwww/include/KSmartyReportUtils.class.php on line 43
I cannot seem to find any closely related articles to this...
Thank you!
Answers (3)
Top Answer
What version of the SMA?
What external SMTP is the SMA configured to send email to?
You will want to review the Exim log located in Settings -> Logs -> "Exim Main log" right after the scheduled time to send the report.
The PHP warning would not be the cause of the issue.
Have you opened a Support ticket?
We're on Version 11.1.263. I attempted to upgrade it this am, but it didn't take. I'll try again after hours tonight. I'll get this completed prior to submitting a support ticket, which I think I will need to do. You're correct, there's something bigger going on! According to the logs, it's been failing for a long time, too.
It's set up on port 587
Thank you KevinG