Strict Standards: Declaration of SugarEmailAddress etc. errors when installing in cpanel

I have found allot of references to turning off error reporting in php but this just results in a blank screen?

Anyone have any suggestions as to the root cause and how to rectify?
Logs below - suggestions appreciated.

Thanks in anticipation.

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

Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/connectme/public_html/scrm/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/connectme/public_html/scrm/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/connectme/public_html/scrm/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/connectme/public_html/scrm/include/database/MysqlManager.php on line 1500

Fatal error: Call to undefined function mysqli_connect() in /home/connectme/public_html/scrm/include/database/MysqliManager.php on line 281

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

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

You have a Fatal error which is the cause of your blank screen:

Fatal error: Call to undefined function mysqli_connect() in /home/connectme/public_html/scrm/include/database/MysqliManager.php on line 281

This means the mysqli php extension is not installed in your server.

Contact to your server administrator.