- 🇺🇸United States smustgrave
If still a valid bug please reopen updating issue summary with steps to reproduce per #4
Thanks.
- 🇲🇦Morocco h_kac
we had the same error when we upgraded to php8.1, after we investigated we found that we implemented hook_views_view_field where we changed $variables['output'], instead of having a string we had an array, and that explains why we had the error.
After fix it, everything works as expected.