Its from the custom espresso-events-table-template-toggle.template.php you have in wp-content/uploads/espresso/templates/
On line 88 you likely have $category_slugs = '';
If so, change that to $category_slugs = array();
We had the same report from another user using that same custom template so I’m assuming it’s the same problem as it’s the same error, if not we’ll need to see the contents of that template file.
That’s not actually Event Espresso throwing the fatal error, it’s your custom template in
wp-content/uploads/espresso/templates/espresso-events-table-template-toggle.template.php on line 88.
You probably have an array initialized as a string somewhere in the file and that can be easily changed to be initialized as an array.
The support post ‘Fatal error EE4 with PHP 7.1’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.