[pkg-horde] Bug#609636: kronolith2: accepting an invite throws an error

ajlill ajlill at ajlc.waterloo.on.ca
Tue Jan 11 04:50:08 UTC 2011


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





More information about the pkg-horde-hackers mailing list