System Settings page is blank

Hello,

I recently downloaded the newest version of Suite CRM and installed succesfully.
Everything works, except for the following page: Admin > System Settings.

When I open that page, it just shows the main menu, and content is blank. I already checked the .log file but nothing in there.

What can be the problem?

Thanks!

Jordy

Hi Jordy,

Sounds like permissions. What is your environment(web server/mysql/php) so that we can recommend permissions to set?

Thanks,

Will.

Dear Will,

Thanks for your fast reply. I am running cPanel on a CentOS VPS. PHP version is 5.4.35 & MySQL version 5.6.21.
Also running ModSecurity, SuHosin, and Xcache.

Jordy

Hi Jordy,

The following permissions should work(you will need to fill in the owner/group values with the user of your webserver):

    sudo chown -R owner:group .
    sudo chmod -R 755 .
    sudo chmod -R 775 cache custom modules themes data upload config_override.php 

Thanks,

Will.

Hi Will,

Thanks, but unfortunately that did not fix the problem… any other ideas?

Thanks!

btw… after doing what you said with CHOWN and CHMOD commands, there is a new problem. When loading a page in Suite CRM, the progress pop-up now says ‘undefined’ instead of a message.

Any ideas!?

Hi,

have you updated the permissions section in the config.php file ?

these need to be set and then run the above from Will.

is there anything in the PHP error logs for the settings page ?

Ian.

How can I find the right permission number which I need to set in config.php file?

Hi jcobelens,

Depending on your set up, the config settings will differ. Normally for apache linux we would advise:

‘dir_mode’ => 1517,
‘file_mode’ => 420,

This may differ if you are using CentOS. It may be worth searching the forum for CentOS to see if there are other users that were able to resolve their permissions issues.

Thanks,

Will.

Hi Ian,

Sorry for my late reply!

If I turn on error reporting in php settings, instead of a blank page the System Settings page now shows this:

Strict Standards: Declaration of Person::create_export_query() should be compatible with SugarBean::create_export_query($order_by, $where) in /home/buildme/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/buildme/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/buildme/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/buildme/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/buildme/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/buildme/public_html/crm/modules/Currencies/Currency.php on line 239

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

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

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/buildme/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php:1113) in /home/buildme/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/buildme/public_html/crm/include/MVC/SugarApplication.php on line 614

Warning: Cannot modify header information - headers already sent by (output started at /home/buildme/public_html/crm/include/SugarEmailAddress/SugarEmailAddress.php:1113) in /home/buildme/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/buildme/public_html/crm/include/MVC/SugarApplication.php on line 74

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

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

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ViewFactory::loadView() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/include/MVC/Controller/SugarController.php on line 339

Strict Standards: Non-static method ViewFactory::_buildFromFile() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/include/MVC/View/ViewFactory.php on line 80

Strict Standards: Declaration of Lead::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/buildme/public_html/crm/modules/Leads/Lead.php on line 551

Strict Standards: Non-static method ViewFactory::_buildClass() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/include/MVC/View/ViewFactory.php on line 214

Strict Standards: Non-static method ViewFactory::_loadConfig() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/include/MVC/View/ViewFactory.php on line 95

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

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::filterModuleList() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/MySettings/TabController.php on line 88

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Accounts/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Accounts/Menu.php on line 54

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Accounts/Menu.php on line 55

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Contacts/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Contacts/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Contacts/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Contacts/Menu.php on line 54

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Opportunities/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Opportunities/Menu.php on line 54

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Opportunities/Menu.php on line 57

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Leads/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Leads/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Leads/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Leads/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 55

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 60

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 65

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 70

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 75

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 85

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 90

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/ProspectLists/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/ProspectLists/Menu.php on line 51

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 54

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calendar/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calendar/Menu.php on line 54

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calendar/Menu.php on line 55

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calendar/Menu.php on line 56

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Declaration of Email::retrieve() should be compatible with SugarBean::retrieve($id = -1, $encode = true, $deleted = true) in /home/buildme/public_html/crm/modules/Emails/Email.php on line 3126

Strict Standards: Declaration of Email::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/buildme/public_html/crm/modules/Emails/Email.php on line 3126

Strict Standards: Declaration of Email::create_export_query() should be compatible with SugarBean::create_export_query($order_by, $where) in /home/buildme/public_html/crm/modules/Emails/Email.php on line 3126

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Emails/Menu.php on line 56

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Emails/Menu.php on line 60

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Emails/Menu.php on line 62

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 43

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 44

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 45

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Documents/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Documents/Menu.php on line 54

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Documents/Menu.php on line 55

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Quotes/Menu.php on line 29

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Quotes/Menu.php on line 30

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Quotes/Menu.php on line 31

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Quotes/Menu.php on line 32

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 55

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 60

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 65

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 70

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 75

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 85

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Campaigns/Menu.php on line 90

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Calls/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Meetings/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 43

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 44

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Tasks/Menu.php on line 45

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Notes/Menu.php on line 53

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Invoices/Menu.php on line 31

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Invoices/Menu.php on line 32

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Invoices/Menu.php on line 33

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Invoices/Menu.php on line 34

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Contracts/Menu.php on line 31

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Contracts/Menu.php on line 32

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Contracts/Menu.php on line 33

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Cases/Menu.php on line 54

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 51

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 52

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Prospects/Menu.php on line 53

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/ProspectLists/Menu.php on line 50

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/ProspectLists/Menu.php on line 51

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/FP_events/Menu.php on line 44

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/FP_events/Menu.php on line 45

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/FP_events/Menu.php on line 46

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Products/Menu.php on line 31

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Products/Menu.php on line 32

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Products/Menu.php on line 33

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Product_Categories/Menu.php on line 44

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Product_Categories/Menu.php on line 45

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_Product_Categories/Menu.php on line 46

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_PDF_Templates/Menu.php on line 31

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_PDF_Templates/Menu.php on line 32

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOS_PDF_Templates/Menu.php on line 33

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Maps/Menu.php on line 4

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Maps/Menu.php on line 5

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Maps/Menu.php on line 6

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Maps/Menu.php on line 7

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Address_Cache/Menu.php on line 4

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Address_Cache/Menu.php on line 5

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/jjwg_Address_Cache/Menu.php on line 6

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOR_Reports/Menu.php on line 29

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOR_Reports/Menu.php on line 30

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOR_Reports/Menu.php on line 31

Strict Standards: Non-static method LanguageManager::loadModuleLanguage() should not be called statically in /home/buildme/public_html/crm/include/utils.php on line 1100

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOW_WorkFlow/Menu.php on line 29

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOW_WorkFlow/Menu.php on line 30

Strict Standards: Non-static method ACLController::checkAccess() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/AOW_WorkFlow/Menu.php on line 31

Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Configurator/views/view.edit.php on line 107

Strict Standards: Non-static method SugarConfig::getInstance() should not be called statically, assuming $this from incompatible context in /home/buildme/public_html/crm/modules/Configurator/Configurator.php on line 95

Warning: require_once(install/install_utils.php): failed to open stream: No such file or directory in /home/buildme/public_html/crm/modules/Configurator/Configurator.php on line 186

Fatal error: require_once(): Failed opening required ‘install/install_utils.php’ (include_path=’/home/buildme/public_html/crm:/home/buildme/public_html/crm/include/HTMLPurifier/standalone:/home/buildme/public_html/crm/include/…:.:/usr/lib/php:/usr/local/lib/php’) in /home/buildme/public_html/crm/modules/Configurator/Configurator.php on line 186

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

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

so the real error is:-

check the permissions on that file ( install/install_utils.php)

So finally (!!) I found out what the problem is. After installation, I deleted the /install/ folder and install.php file which where appaerently still needed.

Do both directory and file have to stay forever?

Thanks!

When i use system settings link with this url. It doesn’t work and blank page.
http://domain/crm/index.php?module=Configurator&action=EditView

When i use this, it is working. Why?
http://domain/crm/index.php?module=Configurator&action=

Not one I can replicate, best to check you php error log see what the error is