Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Brian

    (@brianjessee)

    Hi,

    Sorry for the issues I can try to help out here.

    It looks like the translation file needs to be updated to prevent this.

    Turning off WP-Debug in the wp-config.php will also hide the notice too.

    Can you confirm this happens on every event page in the admin or every admin page?

    Thanks

    Thread Starter robotbender77

    (@robotbender77)

    It happens only on admin pages, events are clean.

    However going back in the month overview doesn’t work anymore, only the waiting sign is shown. Going to an event in past directly is still working fine. Not sure if there issues are somehow connected.

    Thread Starter robotbender77

    (@robotbender77)

    Solved:

    Undefined variable: possible_slug_name in /public_html/wp-content/plugins/the-events-calendar/src/Tribe/Rewrite.php on line 449

    Instead of possible_slug_name I use sanitized_slug here

    $needs_handling = apply_filters( ‘tribe_events_rewrite_utf8_handling’,
    true,
    $permastruct_name,
    $sanitized_slug
    );

    Thanks for the update!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Notice: Undefined variable: possible_slug_name’ is closed to new replies.