Install problems/coding

Before I can attach a database or finish the install I am left with a handful of errors at the top half of the page.
Can you tell me what I need to add to remove this - BTW I am trying to install “Max” version.

Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/fourcag/public_html/access/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/fourcag/public_html/access/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/fourcag/public_html/access/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/fourcag/public_html/access/modules/Users/User.php on line 44

Strict Standards: Declaration of User::create_new_list_query() should be compatible with SugarBean::create_new_list_query($order_by, $where, $filter = Array, $params = Array, $show_deleted = 0, $join_type = ‘’, $return_array = false, $parentbean = NULL, $singleSelect = false, $ifListForExport = false) in /home/fourcag/public_html/access/modules/Users/User.php on line 44

Strict Standards: Declaration of User::list_view_parse_additional_sections() should be compatible with SugarBean::list_view_parse_additional_sections(&$list_form) in /home/fourcag/public_html/access/modules/Users/User.php on line 44

Strict Standards: Declaration of Currency::retrieve() should be compatible with SugarBean::retrieve($id = -1, $encode = true, $deleted = true) in /home/fourcag/public_html/access/modules/Currencies/Currency.php on line 239

Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/fourcag/public_html/access/include/entryPoint.php on line 184

Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/fourcag/public_html/access/include/SugarLogger/LoggerManager.php on line 76

Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/fourcag/public_html/access/include/SugarLogger/SugarLogger.php on line 121

Hi there,

These are strict standards errors. You can modify your error setting to ignore these. If you search ‘strict standards’ on the forums you will find solutions on how to do this.

Thanks,

Will.

Hi Will,

I am also facing the same issue. How do I modify the error setting to ignore these messages? Once ignored, will the CRM load?

Please advice.

Thanks

Search the forums for Strict Standards, you will find answers on how to modify the settings.

Hi,
I had the same issue when installing on WAMP.
After I updated two parameters in the php.ini file these errors went away… The parameters setting were:

display_errors = Off
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED