• Resolved zyrq

    (@zyrq)


    error trying to display the calendar widget in the sidebar:
    no calendar shows up.

    this is the output instead of the calendar

    Notice: Undefined index: full in \events-manager\classes\em-calendar.php on line 264
    classes\em-calendar.php on line 264
    << Jul 2011 >>
    M
    Notice: Undefined index: events in \events-manager\templates\templates\calendar-small.php on line 36
    27
    Notice: Undefined index: events in \events-manager\templates\templates\calendar-small.php on line 36
    28
    –and repeats for the rest of the month

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zyrq

    (@zyrq)

    nevermind
    was probably an issue with another plugin.
    Tried a fresh install and al is well

    FYI, I had the same issue and figured out why. Wanted to update your thread in case others find it.

    This error occurs when WP_DEBUG is set to ‘true’ in wp-config.php. It is ‘false’ by default when installing WP, but some developers turn it on and forget to turn it back off.

    Should see this in your wp-config.php:

    define('WP_DEBUG', false);

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    this also happens with error_reporting set to on in your php settings

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Undefined index trying to display the calendar widget’ is closed to new replies.