Page 1 of 1

myCalendar difficulties

Posted: Thu Jul 28, 2005 6:26 pm
by HotCarl
I am sure it is because I am an idiot...but whenever I try to put data into myCalendar my whole site explodes with a:

Fatal error: Call to undefined function: serendipity_strftime() in /var/site/serendipity/plugins/serendipity_plugin_mycalendar/serendipity_plugin_mycalendar.php on line 104

...both in the sidebar display to the visitors and in my administrative interface. The only way to fix the problem is to delete the date entries.

What am I screwing up? TIA

PS: Is there anyway to make an event that occurs year after year on the same date...say "the wife's birthday" or do I have to reenter every year?

--PAUL

Re: myCalendar difficulties

Posted: Thu Jul 28, 2005 7:14 pm
by garvinhicking
Which Serendipity version are you using? serendipity_strftime() is in there since serendipity 0.7, and that is already outdated...? :)

The calendar does not (yet) support periodic scheduled events, I'm sorry. But if a volunteer would come up to implement this... ;-)

Regards,
Garvin

Re: myCalendar difficulties

Posted: Fri Jul 29, 2005 12:16 am
by HotCarl
garvinhicking wrote:Which Serendipity version are you using? serendipity_strftime() is in there since serendipity 0.7, and that is already outdated...? :)
Serendipity v.0.7.1

...and here is the install I created in my /plugins/ directory:

plugins]$ ls -la *calendar*
serendipity_event_mycalendar:
total 20
drwxr-xr-x 2 nobody nfsnobody 4096 Jul 28 08:01 .
drwxr-xr-x 33 nobody nfsnobody 4096 Jul 28 08:51 ..
-rw-r--r-- 1 nobody nfsnobody 11007 Jul 28 08:00 serendipity_event_mycalendar.php

serendipity_plugin_mycalendar:
total 16
drwxr-xr-x 2 nobody nfsnobody 4096 Jul 28 09:23 .
drwxr-xr-x 33 nobody nfsnobody 4096 Jul 28 08:51 ..
-rw-r--r-- 1 nobody nfsnobody 4551 Jul 28 08:53 serendipity_plugin_mycalendar.php


I am sad to say I am not much of a programmer...to add that feature for you...but it sure would be something I would get some great sidebar use out of.

Thanks for the quick response.

--PAUL