Support

Home Forums Event Espresso Premium Error Message (5)

Error Message (5)

Posted: July 1, 2014 at 3:08 pm


Joe

July 1, 2014 at 3:08 pm

While I am in the process of building a new site for our organization which will have EE4, our old site is using an older version on our current site. We just recently got this error message on the top of each registration page and I don’t exactly know what it means. Since it doesn’t interfere with registration and we have a new site coming, I am not that worried about this. If it is an easy fix, I might try.

Can anyone tell me what this means?

Warning: Creating default object from empty value in /home/etreu/cmi.community-mediation.org/wp-content/plugins/event-espresso.3.1.15.P/templates/registration_page.php on line 69


Lorenzo Orlando Caum

  • Support Staff

July 1, 2014 at 6:45 pm

Hello Joe,

That message will appear if your software is out of date. Its a PHP warning and not an error so you can turn off debugging for WordPress through your wp-config.php file and it should go away:

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

If it doesn’t, ask your host to adjust display errors through your php.ini file.


Lorenzo


Joe

July 8, 2014 at 8:43 am

Thanks!

The support post ‘Error Message (5)’ 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