Errors after installing SugarCRM CE

Hi

I'm trying to install SugarCRM CE in my iMac with MAMP Pro (just for testing) but all that I have is a blank screen after the process.

I've tried with different PHP versions and modified php.ini as suggested in some posts (error_reporting  =  E_WARNING & ~E_NOTICE & ~E_DEPRECATED) but still I can't start Sugar, after the database creation process and the register page all that I get is a lot of errors and a blank screen (with PHP 7.0), any hint?

This is what I get:

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Localization has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/Localization/Localization.php on line 42

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; jsAlerts has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/javascript/jsAlerts.php on line 41

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarBean has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/data/SugarBean.php on line 67

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DynamicField has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/DynamicFields/DynamicField.php on line 41

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarEmailAddress has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarEmailAddress/SugarEmailAddress.php on line 49

Warning: Declaration of SugarEmailAddress::save($id, $module, $new_addrs = Array, $primary = '', $replyTo = '', $invalid = '', $optOut = '', $in_workflow = false) should be compatible with SugarBean::save($check_notify = false) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarEmailAddress/SugarEmailAddress.php on line 1110

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; BreadCrumbStack has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Trackers/BreadCrumbStack.php on line 39

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Tracker has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Trackers/Tracker.php on line 43

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; TrackerManager has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Trackers/TrackerManager.php on line 42

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Monitor has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Trackers/monitor/Monitor.php on line 44

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Metric has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Trackers/Metric.php on line 39

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ACLJSController has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/ACL/ACLJSController.php on line 40

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Administration has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Administration/Administration.php on line 48

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; OutboundEmail has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/OutboundEmail/OutboundEmail.php on line 42

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Crypt_Blowfish has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/Pear/Crypt_Blowfish/Blowfish.php on line 49

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; User has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/User.php on line 41

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Person has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarObjects/templates/person/Person.php on line 40

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Basic has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarObjects/templates/basic/Basic.php on line 38

Warning: Declaration of Person::create_export_query(&$order_by, &$where, $relate_link_join = '') should be compatible with SugarBean::create_export_query($order_by, $where) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarObjects/templates/person/Person.php on line 40

Warning: Declaration of User::retrieve($id, $encode = true, $deleted = true) should be compatible with Person::retrieve($id = -1, $encode = true, $deleted = true) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/User.php on line 41

Warning: Declaration of User::create_export_query($order_by, $where) should be compatible with Person::create_export_query(&$order_by, &$where, $relate_link_join = '') in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/User.php on line 41

Warning: Declaration of User::create_new_list_query($order_by, $where, $filter = Array, $params = Array, $show_deleted = 0, $join_type = '', $return_array = false, $parentbean = NULL, $singleSelect = false) 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 /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/User.php on line 41

Warning: Declaration of User::list_view_parse_additional_sections(&$list_form, $xTemplateSection) should be compatible with SugarBean::list_view_parse_additional_sections(&$list_form) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/User.php on line 41

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; LogicHook has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/utils/LogicHook.php on line 63

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Currency has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Currencies/Currency.php on line 51

Warning: Declaration of Currency::retrieve($id, $encode = true, $deleted = true) should be compatible with SugarBean::retrieve($id = -1, $encode = true, $deleted = true) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Currencies/Currency.php on line 236

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarApplication has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/SugarApplication.php on line 50

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarController has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/Controller/SugarController.php on line 43

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarView has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/View/SugarView.php on line 41

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; UploadFile has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/upload_file.php on line 48

Deprecated: Non-static method UploadStream::register() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/entryPoint.php on line 181

Deprecated: Non-static method SugarConfig::getInstance() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarLogger/LoggerManager.php on line 73

Deprecated: Non-static method SugarConfig::getInstance() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/SugarLogger/SugarLogger.php on line 118

Warning: Declaration of MysqlManager::checkQuery($sql) should be compatible with DBManager::checkQuery($sql, $object_name = false) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/database/MysqlManager.php on line 1497

Deprecated: Non-static method LogicHook::initialize() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/entryPoint.php on line 236

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/Localization/Localization.php:42) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/SugarApplication.php on line 594

Deprecated: Non-static method LogicHook::initialize() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/SugarApplication.php on line 611

Warning: Cannot modify header information - headers already sent by (output started at /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/Localization/Localization.php:42) in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/utils.php on line 2647

Deprecated: Non-static method ControllerFactory::getController() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/MVC/SugarApplication.php on line 71

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SugarAuthenticate has a deprecated constructor in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/modules/Users/authentication/SugarAuthenticate/SugarAuthenticate.php on line 47

Deprecated: Non-static method LogicHook::initialize() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/utils.php on line 2966

Deprecated: Non-static method Tracker::logPage() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/utils.php on line 2977

Deprecated: Non-static method SugarConfig::getInstance() should not be called statically in /Users/web_test/Cloud/WEB/htdocs/SugarCE-Full-6.5.22/include/utils/sugar_file_utils.php on line 362