Scheduled Reports - Major Error

I get this massive error when I change the schedule to Weekly or Daily. Its currently set to Monthly (which doesn’t work either) but as soon as I change the schedule and save it, this error comes up.

Does anyone have an idea of what it could be?
Thank you!

https://pasteboard.co/Hs25daD.png

What is your version of SuiteCRM? And PHP?

Do you see any errors in your logs at the time of the broken screen showing?

suitecrm.log
php_errors.log

The SuiteCRM version is 7.8.1 and PHP version is 5.6.30.
Do you think I should update the PHP version?

I think you should upgrade SuiteCRM version to 7.8.20, there have been hundreds of bug fixes, maybe this is one of them.

Upgrading to PHP 7 is good (way faster, less bugs, much more secure), but not strictly necessary, and I don’t think that’s what’s causing your error.

You should also turn off display_errors in your php.ini, that’s a best practice. Then track your errors in the logs (not on the screen).

1 Like

Looks like the errors went away after the update. Thanks!