The code there certainly does throw the warnings when running PHP 5.4. This will be fixed. In the meantime, since it’s still displaying warnings even with wp_debug set to false it’s likely that PHP error reporting is set to display_errors On. Usually this can be overridden by adding this to your wp-config.php file:
@ini_set( 'display_errors', 'Off' );
If that does not work then the error_display setting in php.ini can be changed from:
The support post ‘Illegal string offset 'member_only_all' – event_list_display.php on line 145’ 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.