C. Bensend wrote:
Hey folks,

   I'm seeing a glitch with the latest shared calendar plugin
after I upgraded my installation to 1.4.5.  On one day of the
year (November 11), I see the following error in the month view:


ERROR IN EVENT CLASS (formattedEndDate): Event does not occur on
given date

Sounds like you have a b0rked event somewhere. Try exporting a copy of that calendar, renaming it and uploading it as a differently named calendar that you can use to test... delete one event at a time until you figure out which one it is, then send the iCal source for it. Or you can probably go into classes/event.php around line 4232, insert this:

sm_print_r($this);

Make sure that line is right where that error message is being generated. In fact, you could replace that block with this code to get more helpful info:

         if ($occurrenceDate === FALSE)
         {
            global $color;
plain_error_message('ERROR IN EVENT CLASS (formattedEndDate): Event does not occur on given date', $color);
sm_print_r($format, $year, $month, $day, $this);
            exit;
         }

   Nothing appears in the webserver error log.  This is the only
day it appears for.

It's probably not a PHP error.

   I _did_ have a recurring event on that day, so I figured that
perhaps that item was funky somehow.  I deleted it, but the error
persists.

That event might still be hanging around or some other event ends the week/month before? The problematic event is most likely a recurring event, BTW.

   Has anyone else seen this?  Paul, any thoughts?  Plugins that I
have installed:

  Installed Plugins
    1. delete_move_next
    2. listcommands
    3. newmail
    4. bounce
    5. calendar
    6. calendar_file_backend

Thanks, folks!  Oh, this is with PHP 4.4.0, on OpenBSD 3.6.

Benny




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to