[EventCalendar] Getting error in Event Calendar 3
Alex Tingle
alex at firetree.net
Wed Mar 14 22:38:08 UTC 2007
Sean,
Activate the EventCalendar plug-in.
-Alex
--
On 14 Mar 2007, at 21:30, Cotter, Sean wrote:
>
>
> 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
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
More information about the EventCalendar
mailing list