Error Message After Updating

Home Forums Calendar Products Events Calendar PRO Error Message After Updating

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1057524
    Mike Smull
    Participant

    I’m getting this error message again after updating.

    The page “Events” uses the “/events” slug: the Events Calendar plugin will show its calendar in place of the page.
    Edit the page slug or edit Events settings.

    I got the same one on Nov. 30, 2015 and that solution doesn’t seem to work any more (See Below). Any thoughts?

    // remove slug conflict admin notice
    if (class_exists(‘Tribe__Events__Admin__Notice__Archive_Slug_Conflict’)) {
    remove_action( ‘admin_init’, array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), ‘maybe_add_admin_notice’ ) );
    }

    #1058176
    Brian
    Keymaster

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    I looked into it and I got this snippet to work:

    // remove slug conflict admin notice
    if (class_exists('Tribe__Admin__Notice__Archive_Slug_Conflict')) {
    remove_action( 'admin_init', array( Tribe__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
    }

    If you use that snippet instead does it work?

    Thanks

    #1058208
    Mike Smull
    Participant

    That worked Brian. Thanks!

    #1058381
    Brian
    Keymaster

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Error Message After Updating’ is closed to new replies.