Strict Standard Error and Warnings

I have a live SuiteCRM which was working fine up until saturday and today it is showing me tons of following error. Does any one know why they came and how to get rid of it.

Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/ttsons/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/ttsons/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/ttsons/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/ttsons/public_html/crm/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/ttsons/public_html/crm/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/ttsons/public_html/crm/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/ttsons/public_html/crm/modules/Currencies/Currency.php on line 239

Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/ttsons/public_html/crm/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/ttsons/public_html/crm/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/ttsons/public_html/crm/include/SugarLogger/SugarLogger.php on line 121

Strict Standards: Declaration of MysqlManager::checkQuery() should be compatible with DBManager::checkQuery($sql, $object_name = false) in /home/ttsons/public_html/crm/include/database/MysqlManager.php on line 1500

Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /home/ttsons/public_html/crm/include/entryPoint.php on line 239

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/ttsons/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php:1113) in /home/ttsons/public_html/crm/include/MVC/SugarApplication.php on line 597

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/ttsons/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php:1113) in /home/ttsons/public_html/crm/include/MVC/SugarApplication.php on line 597

Strict Standards: Non-static method LogicHook::initialize() should not be called statically, assuming $this from incompatible context in /home/ttsons/public_html/crm/include/MVC/SugarApplication.php on line 614

Warning: Cannot modify header information - headers already sent by (output started at /home/ttsons/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php:1113) in /home/ttsons/public_html/crm/include/utils.php on line 2698

Strict Standards: Non-static method ControllerFactory::getController() should not be called statically, assuming $this from incompatible context in /home/ttsons/public_html/crm/include/MVC/SugarApplication.php on line 74

Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /home/ttsons/public_html/crm/include/utils.php on line 3017

Strict Standards: Non-static method Tracker::logPage() should not be called statically in /home/ttsons/public_html/crm/include/utils.php on line 3028

Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically in /home/ttsons/public_html/crm/include/utils/sugar_file_utils.php on line 365

Hi Husain,

You can resolve these by changing your error settings in your php.ini.

Please search the forums, where you will find other topics/posts on this.

Thanks,

Will.

Since I do not have access to php.ini, I got rid of all the errors by adding a single line in index.php

error_reporting(0);

though not the best option but it is getting the work done.