[EventCalendar] Getting error in Event Calendar 3

Cotter, Sean SCotter at iel.spokane.edu
Wed Mar 14 21:30:22 UTC 2007


 

I am using WP 2.1.2 and the Sidebar Widgets plugin (newest I am assuming, just downloaded it today).  I am running WP with a few plugins and a slightly customized theme but I don't think that has much to do with it, disabling various plug-ins and the theme doesn't fix the issue.  I am not fluent in PHP unfortunetly. 

 

The error is:

Fatal error: Call to undefined function ec3_get_calendar() in E:\intranet.iel.spokane.edu\wp-content\plugins\eventcalendar3\widget.php on line 56

 

Which is:

 

  /** Event Calendar widget. */

  function ec3_widget_cal($args) 

  {

    extract($args);

    $options = get_option('ec3_widget_cal');

    echo $before_widget . $before_title;

    echo ec3_default_string($options['title'],'Event Calendar');

    echo $after_title;

    ec3_get_calendar();    ß line 56

    echo $after_widget;

  }

 

Does anyone have any clues?

 

Thanks

 

Sean

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070314/2e7a9fb2/attachment.htm


More information about the EventCalendar mailing list