When a visitor clicks on an event on the calendar and they go to a page with the details of that event, above the event information is this error.
(I edited the path up until the WP part)
Warning: Illegal string offset ‘member_only_all’ in /*EDITED*/wp-content/plugins/event-espresso/templates/registration_page.php on line 259
I only see this error in IE, but my boss was using Chrome when she received the error.
This is not a members only event.
This is a recurring event.
The Key was reset yesterday, because the plugin was seeing the key used twice (not sure why).
The error you’re seeing will display if all of the following conditions are met:
1) The server has error_display set to ON (kind of like WP_DEBUG set to true, but set in the server’s config file.
2) User is logged out.
3) Server is running PHP5.4
4) WP User integration add-on is active.
I can advise adding the following to your wp-config file on the line after WP_DEBUG is set:
The support post ‘Error on event page’ 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.