[kronolith] attendees not saved

Daniel Eckl Daniel.Eckl at gmx.de
Mon Dec 27 04:32:34 PST 2004


But only I got the clue! ;)

--- kronolith/lib/Driver.php.orig       2004-12-27 13:30:39.000000000 +0100
+++ kronolith/lib/Driver.php    2004-12-27 13:30:52.000000000 +0100
@@ -1169,7 +1169,7 @@
         $this->setStatus(Util::getFormData('status', $this->status));

         // Attendees.
-        if (array_key_exists('attendees', $_SESSIN) &&
is_array($_SESSION['attendees']))
+        if (array_key_exists('attendees', $_SESSION) &&
is_array($_SESSION['attendees']))
             $this->setAttendees($_SESSION['attendees']);

         // Event start.

Greets,
Daniel

> Again the same for me ;-)
> 
> --On Montag, 27. Dezember 2004 13:18 +0100 Daniel Eckl
> <Daniel.Eckl at gmx.de> 
> wrote:
> 
> > pear upgrade db
> > Package 'DB-1.6.8' already installed, skipping
> >
> > I made a "pear upgrade-all" after upgrading horde.
> >
> > Something else to check?
> >
> > I looked through the code and the newly added attendees are added to the
> > horde session cache "only".
> >
> > If I close the attendees popup and reopen it, the attendees are still
> > there. So the saving in the session cache works fine.
> >
> > I think they are not being read from the session cache when the save
> > routing is building the save query. But I might be wrong here.
> >
> > And if I reopen the event again, the attendees from the session cache
> are
> > overwritten (correctly of course) by
> > $_SESSION['attendees'] = $event->getAttendees();
> >
> > Daniel
> >
> >> Zitat von Martin Ziegler <mz at newyorkcity.de>:
> >>
> >> > For me it's the same. Did some debugging and found out that the
> >> attendees
> >> > will not inserted into the DB (data is missing in DB update string).
> >> > See
> >> my
> >> > mail from yesterday with the subject "Attendees not stored to DB".
> >>
> >> Upgrade PEAR's DB.
> >>
> >> Jan.
> >>
> >> --
> >> Do you need professional PHP or Horde consulting?
> >> http://horde.org/consulting/
> >> --
> >> Kronolith mailing list - Join the hunt:
> >> http://horde.org/bounties/#kronolith
> >> Frequently Asked Questions: http://horde.org/faq/
> >> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
> >>
> >
> > --
> > +++ Sparen Sie mit GMX DSL +++ http://www.gmx.net/de/go/dsl
> > AKTION für Wechsler: DSL-Tarife ab 3,99 EUR/Monat + Startguthaben
> > --
> > Kronolith mailing list - Join the hunt:
> > http://horde.org/bounties/#kronolith Frequently Asked Questions:
> > http://horde.org/faq/
> > To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
> >
> 
> 
> -- 
> Kronolith mailing list - Join the hunt:
> http://horde.org/bounties/#kronolith
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
> 

-- 
Psssst! Mit GMX Handyrechnung senken: http://www.gmx.net/de/go/mail
100 FreeSMS/Monat (GMX TopMail), 50 (GMX ProMail), 10 (GMX FreeMail)


More information about the kronolith mailing list