Support

Home Forums Event Espresso Premium Warning Message on Event Registration Page

Warning Message on Event Registration Page

Posted: June 14, 2014 at 11:29 pm


Meng

June 14, 2014 at 11:29 pm

Hi, team!

There’s a warning message on our event registration page:

‘Warning: Illegal string offset ‘member_only_all’ in /home/k2750393/public_html/float2nature.com/wordpress/wp-content/plugins/event-espresso/templates/registration_page.php on line 259′

Is there anything wrong? How can I get rid of this?

Please help.

Thank you.


Lorenzo Orlando Caum

  • Support Staff

June 15, 2014 at 7:24 pm

Hello,

Be sure that Event Espresso and addons are up to date. Then add this macro to your wp-config.php file. It should replace any existing debug macros:

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


Lorenzo


Meng

June 15, 2014 at 7:34 pm

Thank you, Lorenzo! You rock! 🙂

The support post ‘Warning Message on Event Registration 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