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
myCalendar difficulties
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: myCalendar difficulties
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
The calendar does not (yet) support periodic scheduled events, I'm sorry. But if a volunteer would come up to implement this...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
HotCarl
Re: myCalendar difficulties
Serendipity v.0.7.1garvinhicking wrote:Which Serendipity version are you using? serendipity_strftime() is in there since serendipity 0.7, and that is already outdated...?
...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