Forum Replies Created

Viewing 1 replies (of 1 total)
  • Go in the .php file who return the error ( wp-content/plugins/event-calendar-wd/includes/ecwd-display-class.php )
    At line 977 replace :
    if ($events) {
    with
    if ($this->events) {

    everything should work after this modification ^^

Viewing 1 replies (of 1 total)