Been trying to install SugarCRM, and the following errors were obtained.
Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/gulshan/public_html/sugarcrm/include/SugarEmailAddress/SugarEmailAddress.php on line 1110
Strict Standards: Declaration of Person::create_export_query() should be compatible with SugarBean::create_export_query($order_by, $where) in /home/gulshan/public_html/sugarcrm/include/SugarObjects/templates/person/Person.php on line 41
Strict Standards: Declaration of User::retrieve() should be compatible with Person::retrieve($id = -1, $encode = true, $deleted = true) in /home/gulshan/public_html/sugarcrm/modules/Users/User.php on line 41
Strict Standards: Declaration of User::create_export_query() should be compatible with Person::create_export_query(&$order_by, &$where, $relate_link_join = ”) in /home/gulshan/public_html/sugarcrm/modules/Users/User.php on line 41
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/gulshan/public_html/sugarcrm/modules/Users/User.php on line 41
Strict Standards: Declaration of User::list_view_parse_additional_sections() should be compatible with SugarBean::list_view_parse_additional_sections(&$list_form) in /home/gulshan/public_html/sugarcrm/modules/Users/User.php on line 41
Strict Standards: Declaration of Currency::retrieve() should be compatible with SugarBean::retrieve($id = -1, $encode = true, $deleted = true) in /home/gulshan/public_html/sugarcrm/modules/Currencies/Currency.php on line 236
Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/gulshan/public_html/sugarcrm/include/entryPoint.php on line 181
Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/gulshan/public_html/sugarcrm/include/SugarLogger/LoggerManager.php on line 73
Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/gulshan/public_html/sugarcrm/include/SugarLogger/SugarLogger.php on line 118
Couldn’t fix it, so just as a work-around, EDIT index.php and the following after <?php
error_reporting(0);
EDIT: Also check this out for CSS issue; https://community.sugarcrm.com/sugarcrm/topics/new_installation_of_ce_not_working
Read More