Strict Standard errors after install suite crm

Hi,

I am beginner to SUITECRM. I had installed SUITECRM 7.1 With following configuration on wamp server.

  1. php 5.4
  2. mysql 5.6
  3. Apache 2.4

but after installing this when I go to index.php page it shows some strict standard errors on browser screen.

e.g. Strict standards: Declaration of Person::create_export_query() should be compatible with SugarBean::create_export_query($order_by, $where) in C:\wamp\www\SuiteCRM-7.1.1\suitecrm7.1.1\include\SugarObjects\templates\person\Person.php on line 41.

Please Find Image for these errors below.

Please Help Me.

Warm Regards,
Gaurav Jain

Hi there,

PHP 5.4 has a number of changes which includes these Strict standards which causes problems with SuiteCRM, To fix this for the moment there are two things you can do.

  1. Downgrade your PHP version to 5.3
  2. Change the error reporting within the PHP.ini file to remove the Strict warnings from the page.

changing the error reporting is most likey far easier to achieve

Thanks,

Ian.