Undefined Index: Archive Title

Hi, this error popped up on my website. I am not sure what exactly is wrong.

$events_label = ‘’;

if ( X_MEC_IS_ACTIVE ) {
  $events_options = get_option( 'mec_options' );
  $events_label   = $events_options['settings']['archive_title'];
}

the very bottom line $events_label line is where the website is saying the error is. Not sure how to fix it. Thank you!

Hi There @Jennings

Thanks for writing in! Could you please check the PHP version running on your server and make sure to use PHP v5.6.x or above to avoid any incompatibility issues.

If it is a PHP notice, you can also ignore it by disabling your WP_DEBUG mode. Please refer to the following resource on how to disable WP_DEBUG mode (https://codex.wordpress.org/WP_DEBUG).

Hope that helps.

Hi there,

It seems that you have deleted your post. Please let us know if you have any question.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.