I installed 1.5 and most things about the calendar seems to work. I do have a couple of problems. They aren't critical but they are annoying.
The first involves adding a new event. I saw a post on this earlier but it was from the front-end and may have been a different issues. In any event, it was never resolved.
My situation is that when I add a new event from the backend I always get the same series of warning messages given below:
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/site/public_html/jtest/administrator/components/com_jcalpro/includes/events.php on line 176
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/site/public_html/jtest/administrator/components/com_jcalpro/includes/events.php on line 183
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/site/public_html/jtest/components/com_jcalpro/include/functions.inc.php on line 1056
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/site/public_html/jtest/components/com_jcalpro/include/functions.inc.php on line 1056
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/site/public_html/jtest/components/com_jcalpro/include/functions.inc.php on line 1086
The big clue in all of this seems to be that the
Event Date defaults to 31 December 2006 05:59:PM, which doesn't seem reasonable. Indeed the
Repeat Until Date defaults to the current date, or in this case 27 February 2007, which seems to be more of a correct behavior. Could this be related to the cause? Where do you suppose jcalpro is picking up the default event date?
The next problem I'm having is using the color button to select a category color, which gives me an "Internal Server Error." I can manually enter the numeric color specification and bypass the problem, but it would be nice if it worked as intended.
I mention these two problems together since they might be connected to a new install.