Closed jitendrapurohit closed 5 months ago
Fatal error on profile blocks on PHP 8.2
TypeError: Cannot access offset of type string on string in include() (line 48 of web/sites/default/files/civicrm/templates_c/en_US/%%CC/CC2/CC20B997%%ProfileBlock.tpl.php).
This PR iterates the same fix done at https://github.com/civicrm/civicrm-core/pull/26517 & https://github.com/civicrm/civicrm-core/pull/26763
https://github.com/civicrm/org.civicrm.contactlayout/issues/142 seems like a related issue.
Have tested on a few sites for the multi record block not editing, and it is fixed with the latest release. https://github.com/civicrm/org.civicrm.contactlayout/issues/142 closed.
Fatal error on profile blocks on PHP 8.2
This PR iterates the same fix done at https://github.com/civicrm/civicrm-core/pull/26517 & https://github.com/civicrm/civicrm-core/pull/26763
https://github.com/civicrm/org.civicrm.contactlayout/issues/142 seems like a related issue.