| Summary | Kolab backend: Crash on creation of new contact |
| Queue | Turba |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 11/22/13 (4591 days ago) |
| Due | |
| Updated | 11/22/13 (4591 days ago) |
| Assigned | 11/22/13 (4591 days ago) |
| Resolved | 11/22/13 (4591 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 2b233cd79cbd01ae44ece0fc546e126d69064ed7
Author: Jan Schneider <jan@horde.org>
Date: Fri Nov 22 15:38:32 2013 +0100
Make sure $groups is defined (
Bug #12858).turba/lib/Driver/Kolab.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2b233cd79cbd01ae44ece0fc546e126d69064ed7
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Kolab backend: Crash on creation of new contact
Type ⇒ Bug
State ⇒ Unconfirmed
I just upgraded to latest turba git HEAD. Creation of a new contact
using a Kolab backend gives white page of death.
This error is logged:
2013-11-22T14:42:22+01:00 WARN: HORDE [turba] PHP ERROR: array_merge()
[<a href='function.array-merge'>function.array-merge</a>]: Argument
#2is not an array [pid 2531 on line 397 of
"/datastore/share/pear/www/horde/turba/lib/Driver/Kolab.php"]
-> $groups is not properly defined.
Thomas