Support

Home Forums Event Espresso Premium Error on event page

Error on event page

Posted: January 23, 2014 at 11:43 am

Viewing 5 reply threads


eDee Bruns

January 23, 2014 at 11:43 am

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).

Thoughts?


eDee Bruns

January 23, 2014 at 11:57 am

PS DeBug set to False.


Josh

  • Support Staff

January 23, 2014 at 12:24 pm

Hi there,

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:

@ini_set( 'display_errors', 0 );


eDee Bruns

January 24, 2014 at 9:00 am

And will any of those things cause an issue other than the warning?
I don’t mind removing the error as long as the site will still function correctly.


Josh

  • Support Staff

January 24, 2014 at 9:07 am

The site will still function correctly.


eDee Bruns

January 24, 2014 at 9:36 am

thank you.

Viewing 5 reply threads

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.

Event Espresso