Errors during instalation (non critical)

Hello.

I got these errors on a Centos 6 system with Apache 2.2, PHP 5.3.3 and MySQL 5.1, even tough they weren’t critical, i just thought i’d share here:

[i]Creating SuiteCRM configuration file (config.php)

Creating SuiteCRM application tables, audit tables and relationship metadata

… Warning: Invalid argument supplied for foreach() in /var/www/html/suitecrm/modules/AOR_Reports/AOR_Report.php on line 89 …

Creating default SuiteCRM data

 Creating default users...   done
 Creating default scheduler jobs...   done

Warning: Invalid argument supplied for foreach() in /var/www/html/suitecrm/modules/AOR_Reports/AOR_Report.php on line 89 Warning: Invalid argument supplied for foreach() in /var/www/html/suitecrm/modules/AOR_Reports/AOR_Report.php on line 89 Warning: Invalid argument supplied for foreach() in /var/www/html/suitecrm/modules/AOR_Reports/AOR_Report.php on line 89 Warning: Invalid argument supplied for foreach() in /var/www/html/suitecrm/modules/AOR_Reports/AOR_Report.php on line 89
The setup of SuiteCRM 7.3.1 is now complete!

Total time: 4.6480190753937 seconds.
Approximate memory used: 58341664 bytes.[/i]

You need to edit your php.ini and suppress warnings/notices.

You then need to restart your apache web service.

This will remove the warnings/notices.

1 Like