Support

Home Forums Event Espresso Premium Cannot solve error message

Cannot solve error message

Posted: June 25, 2014 at 7:55 pm


Lee Mathers

June 25, 2014 at 7:55 pm

Hi Team,

This error message keeps displaying to some users:

Warning: Illegal string offset ‘member_only_all’ in /usr/local/www/data/valleychamber.com.au/web/wp-content/uploads/espresso/templates/registration_page.php on line 259

The interesting part is that it doesn’t display to everyone, I can’t find what’s causing it and we have debugging turned off so I’m not sure how it’s displaying.

Any ideas?

Cheers,

Lee


Lorenzo Orlando Caum

  • Support Staff

June 25, 2014 at 8:07 pm

Hi,

That error can appear if you are running old software. Please ensure that Event Espresso is up to date along with your addons.

If it still appears, then add this macro to your wp-config.php file replacing any existing WP debugging macros and save changes:

define('WP_DEBUG', false);
  if (WP_DEBUG) {
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', true);
    @ini_set('display_errors', 0);
}


Lorenzo

The support post ‘Cannot solve error message’ 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