Errors after installation

We are trying to install Suite CRM on our server, but are getting error messages like the following:

Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/winit/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php on line 1113

Strict Standards: Declaration of Person::create_export_query() should be compatible with SugarBean::create_export_query($order_by, $where) in /home/winit/public_html/crm/include/SugarObjects/templates/person/Person.php on line 44

Strict Standards: Declaration of User::retrieve() should be compatible with Person::retrieve($id = -1, $encode = true, $deleted = true) in /home/winit/public_html/crm/modules/Users/User.php on line 44

Strict Standards: Declaration of User::create_export_query() should be compatible with Person::create_export_query(&$order_by, &$where, $relate_link_join = ‘’) in /home/winit/public_html/crm/modules/Users/User.php on line 44

There are about 20 of these error messages.

Any advice or suggestions would be greatly appreciated!

Hi Tiernet,

You need to disable Strict Standards errors from showing. If you search the forums for Strict Standards, there will be posts showing you how to do this.

Thanks,

Will.