Hi,
I have a new SuiteCRM installation, and here are my setup:
- SuiteCRM version: 7.11.13
- Web hosting: Siteground
- OS: CentOS
- Web Server: Apache
- PHP version: 7.3.16
- DB: MySQL 5.7.25-28-log
When I click on “View Change Log” in the modules (e.g. Quote, Lead, Account, Opportunities, Invoice), it is throwing these erros in suitecrm.log:
Thu May 14 11:12:52 2020 [9737][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:13:35 2020 [11765][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:13:55 2020 [12739][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:14:16 2020 [13735][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:25:09 2020 [33355][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:25:53 2020 [34621][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Thu May 14 11:27:42 2020 [37524][1][FATAL] SugarBean::populateDefaultValues $field_defs should be an array
Is this something that I should be worry?
Also, at the same time, I saw a PHP error log:
2020-05-14 03:12:53 UTC [apache][core:info] [pid 7967] [client 222.164.36.19:55332] AH00128: File does not exist: /xxxxxxxxxxxxxxxx/public_html/favicon.ico, referer: https://xxxxxxxxxxxxxxxx/index.php?module=Audit&action=Popup&query=true&record=9bc93e7e-de14-4eac-2bc4-5eb8b16ef0ae&module_name=Accounts&mode=single&create=false
This PHP error seems to occur the first time when I click on a module that has “View Change Log”:
suitecrm.log - Thu May 14 11:12:52 2020
PHP error log - 2020-05-14 03:12:53 UTC
I suspect this occurs for all the modules with “View Change Log”…
Looking forward to any feedback.
Thank you.