Hi,
SuiteCRM version 7.0.1
PHP Version 5.4.21
Iām getting to the end of the installation process and then seeing a white screen with the following errors:
Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/modules/Currencies/Currency.php on line 236
Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/include/SugarLogger/SugarLogger.php on line 118
Warning: Cannot modify header information - headers already sent by (output started at /home/_xxx_/public_html/SuiteCRM/include/SugarEmailAddress/SugarEmailAddress.php:1110) in /home/_xxx_/public_html/SuiteCRM/install/complete_install.php on line 4
Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/utils.php on line 3014
Strict Standards: Non-static method Tracker::logPage() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/utils.php on line 3025
Strict Standards: Declaration of MysqlManager::checkQuery() should be compatible with DBManager::checkQuery($sql, $object_name = false) in /home/_xxx_/public_html/SuiteCRM/include/database/MysqlManager.php on line 1497
I unzipped version 7.0.1 in my webspace, and as my host is running suPHP, prior to installation I set all folders to 755 and all files to 644
If I try to reload the SuiteCRM index.php file in the browser, I get the following errors (more Strict Standards and also one additional Warning):
There are no entries in the server error log or the sugarcrm.log file.
Strict Standards: Declaration of SugarEmailAddress::save() should be compatible with SugarBean::save($check_notify = false) in /home/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/modules/Currencies/Currency.php on line 236
Strict Standards: Non-static method UploadStream::register() should not be called statically in /home/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/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/_xxx_/public_html/SuiteCRM/include/SugarLogger/SugarLogger.php on line 118
Strict Standards: Declaration of MysqlManager::checkQuery() should be compatible with DBManager::checkQuery($sql, $object_name = false) in /home/_xxx_/public_html/SuiteCRM/include/database/MysqlManager.php on line 1497
Strict Standards: Declaration of TemplateTextArea::get_db_default() should be compatible with TemplateField::get_db_default($modify = false) in /home/_xxx_/public_html/SuiteCRM/modules/DynamicFields/templates/Fields/TemplateTextArea.php on line 93
Strict Standards: Declaration of TemplateMultiEnum::get_db_default() should be compatible with TemplateField::get_db_default($modify = false) in /home/_xxx_/public_html/SuiteCRM/modules/DynamicFields/templates/Fields/TemplateMultiEnum.php on line 163
Strict Standards: Declaration of TemplateRadioEnum::get_db_default() should be compatible with TemplateField::get_db_default($modify = false) in /home/_xxx_/public_html/SuiteCRM/modules/DynamicFields/templates/Fields/TemplateRadioEnum.php on line 133
Strict Standards: Declaration of ParserLabel::handleSave() should be compatible with ModuleBuilderParser::handleSave($file, $view, $moduleName, $defs) in /home/_xxx_/public_html/SuiteCRM/modules/ModuleBuilder/parsers/parser.label.php on line 43
Strict Standards: Declaration of UndeployedRelationships::findRelatableModules() should be compatible with AbstractRelationships::findRelatableModules($includeActivitiesSubmodules = true) in /home/_xxx_/public_html/SuiteCRM/modules/ModuleBuilder/parsers/relationships/UndeployedRelationships.php on line 44
Strict Standards: Declaration of UndeployedRelationships::build() should be compatible with AbstractRelationships::build($basepath, $installDefPrefix, $relationships) in /home/_xxx_/public_html/SuiteCRM/modules/ModuleBuilder/parsers/relationships/UndeployedRelationships.php on line 44
Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/entryPoint.php on line 236
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/_xxx_/public_html/SuiteCRM/include/SugarEmailAddress/SugarEmailAddress.php:1110) in /home/_xxx_/public_html/SuiteCRM/include/MVC/SugarApplication.php on line 594
Strict Standards: Non-static method LogicHook::initialize() should not be called statically, assuming $this from incompatible context in /home/_xxx_/public_html/SuiteCRM/include/MVC/SugarApplication.php on line 611
Warning: Cannot modify header information - headers already sent by (output started at /home/_xxx_/public_html/SuiteCRM/include/SugarEmailAddress/SugarEmailAddress.php:1110) in /home/_xxx_/public_html/SuiteCRM/include/utils.php on line 2695
Strict Standards: Non-static method ControllerFactory::getController() should not be called statically, assuming $this from incompatible context in /home/_xxx_/public_html/SuiteCRM/include/MVC/SugarApplication.php on line 71
Strict Standards: Non-static method LogicHook::initialize() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/utils.php on line 3014
Strict Standards: Non-static method Tracker::logPage() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/utils.php on line 3025
Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically in /home/_xxx_/public_html/SuiteCRM/include/utils/sugar_file_utils.php on line 362