• mojowill

    (@mojowill)


    When using the sidebar widget for upcoming events with WP_DEBUG to true there are a couple of errors:

    Before Widget:

    Notice: Undefined variable: category in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php on line 37
    
    Notice: Undefined variable: category in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php on line 37
    
    Notice: Undefined variable: category in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php on line 43

    And then before the link to all events:

    Notice: Undefined variable: old_display in /wp-content/plugins/the-events-calendar/lib/widget-list.class.php on line 67

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Rob La Gatta

    (@roblagatta)

    Thanks for the heads up, Will. I know we’re squashing a few of those debug-related errors for 2.0.2, so I’m going to add this to the list (in case it wasn’t already on it). If it doesn’t make it into the 2.0.2 build, it’ll definitely be worked into 2.0.3.

    Thread Starter mojowill

    (@mojowill)

    This plugin pretty much breaks everything when DEBUG is on.

    when trying to work in the admin area any time you try to update a post or submit a form:

    Notice: Undefined index: venue in /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 1437
    
    Notice: Undefined index: organizer in /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 1475
    
    Notice: Undefined index: venue in /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 1437
    
    Notice: Undefined index: organizer in /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 1475
    
    Warning: Cannot modify header information - headers already sent by (output started at /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php:1437) in /wp-includes/pluggable.php on line 934

    We went through for 2.0.2, which comes out on Monday, and knocked out most of the errors we could find – I know for a fact that at least a few on that list you posted were among them. Would be interested to hear your thoughts upon upgrading, and whether you’re still faced with any…if you are we’ll patch them up for 2.1. Thanks!

    Thread Starter mojowill

    (@mojowill)

    Great ill test on my dev site as soon as update pops up!

    We’d aimed for Monday on this, but introduced a critical error at the last minute that delayed things. We’re now aiming to get it out by the end of the week.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: The Events Calendar] Un Defined variables in widget’ is closed to new replies.