Notice: Undefined index: venue

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 11 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3401

    Started receiving error:

    Notice: Undefined index: venue in /home/…/wp-content/plugins/event-organiser/classes/class-eventorganiser-shortcodes.php on line 100
    Blockquote

    Changed

    $atts['event_category'] = $atts['venue'];

    To:

    $atts['event_category'] = $atts['category'];

    All is working fine now. just wanted to report.

    Aaron Gundersen
    #3408

    Ooops! Seems this bug affects users of the category attribute of eo_events. Thank you for reporting this, I’ll be updating the plug-in later today :).

    (As a side, you should be able to use the event_category attribute instead of category).

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.