civicrm / org.civicrm.contactlayout

Customize the contact summary screen
Other
15 stars 20 forks source link

Fix fatal error on inline profile block #145

Closed jitendrapurohit closed 5 months ago

jitendrapurohit commented 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.

adevapp commented 4 months ago

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.