error meesage appeared in detailview of report

Hi,

I created a report though it successfully filtered the data I needed there is an error within the detailview of the report I created.

Warning: Invalid argument supplied for foreach() in /var/www/clients/client1/web41/web/modules/AOR_Reports/aor_utils.php on line 68

I already done a quick repair and rebuild but it is still there at the top of the detailview.

Hi,
You simply need to disable Warnings from appearing on the CRM.
You should be able to do this by placing the line:

ini_set('display_errors', '0');   

in your index.php file

If you want errors to re-appear, change the 0 to a 1, or remove the line.

1 Like