I’ve created several reports and would like to have some of them emailed to me on a regular basis. I’ve set up the CRON JOB in my CPanel and verified that it is running.
Within Suite CRM (7.11.13) the scheduler is set to run but it does not appear to be working.
Within the individual Scheduled Reports, at the bottom, I’m getting the following error: Warning : array_map(): Expected parameter 2 to be an array, null given in /home/gytic/public_html/crm/include/SubPanel/SubPanelTiles.php on line 386
You can verify the cron was executed or not by checking the detailview of your scheduler record. You will have Last Successful Run:
You can read here about the scheduler here
Regaring the warning message on your crm screen:
This is just a warning message about some variables and it is not a fatal type error so It will not affect script execution. You can ignore this, it is showing you on screen because in your php.ini settings it is set as display_errors = on.
You can turn off by yourself or ask your hosting provider.