The location of the template file is showing it’s within your “hatch” WordPress theme, which indicates the template has been customized. You’ll need to update that customized template to be compatible with PHP 7.
Quite likely the fix will be to go in to the template and find anything that looks like this: $category_slugs = '';
and change it to be: $category_slugs = array();
The support post ‘Event Table problem’ 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.