Your message dated Sat, 28 Jan 2012 22:57:13 +0100
with message-id 
<cafx5sbyefludkvajapj1nejoh3e1cdo7prgvhapf91m60-d...@mail.gmail.com>
and subject line Fixed since a while
has caused the Debian Bug report #609636,
regarding kronolith2: accepting an invite throws an error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
609636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609636
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: kronolith2
Version: 2.2-1
Severity: minor
Tags: patch


When you accept an invitaion the following error is produced

Argument #2 is  
not an array in /var/www/html/horde/kronolith/lib/Driver/sql.php on  
line 421

See bugs.horde.org/ticket/6865, fixed 6/10/2008

api.php is calling getByUID with a string instead of an array in two places.

change :
                $existing_event = &$kronolith_driver->getByUID($uid, $calendar);
to
                $existing_event = &$kronolith_driver->getByUID($uid, 
array($calendar));
in two places.

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.27 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages kronolith2 depends on:
ii  horde3            3.2.2+debian0-2+lenny2 horde web application framework
ii  php-date          1.4.7-1                PHP PEAR module for date and time 
ii  php-http-request  1.4.2-1                provides an easy way to perform HT
ii  php4-cli          6:4.4.4-8+etch6        command-line interpreter for the p
ii  php4-pgsql        6:4.4.4-8+etch6        PostgreSQL module for php4
ii  php5-cli          5.2.6.dfsg.1-1+lenny9  command-line interpreter for the p
ii  php5-mysql        5.2.6.dfsg.1-1+lenny9  MySQL module for php5

kronolith2 recommends no packages.

Versions of packages kronolith2 suggests:
ii  imp4                         4.2-4lenny2 webmail component for horde framew
ii  nag2                         2.2-1       task list component for Horde Fram

-- no debconf information



--- End Message ---
--- Begin Message ---
As the reporter said:  fixed 6/10/2008

Regards
-- 
Mathieu Parent


--- End Message ---

Reply via email to