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
nevermind
was probably an issue with another plugin.
Tried a fresh install and al is well
atl_falcons
Member
Posted 10 months ago #
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);
this also happens with error_reporting set to on in your php settings