Warning: Invalid range end
I used the following code on my test page:
<? $listWeeks = 3; $LIST=1; $DF = "D - M d"; $template="monthly2.php"; require ("calendar/showCalendar.php"); ?>
example at:
http://www.rescuecats.org/adoption/mo.php
Sometimes this error appears:
Warning: Invalid range end in /home/httpd/vhosts/rescuecats.org/httpdocs/adoption/calendar/functions.inc.php on line 1
error repeats for each event displayed in the 3 week range, when the error appears, that is.
error seems to appear when I use 1 in $listWeeks as well.
example at:
http://www.rescuecats.org/adoption/larry.php
Actually, no matter what I seem to use from your readme file, I will get this same error some of the time.
Do you see it? Reload the page several times. I run a lot of php scripts on my server and none of them do this. I'm running php 4.1.2. Any suggestions?
Thanks,
Chassie
|