6.0.0-beta1
7/3/25

[#9524] Can't contact LDAP server
Summary Can't contact LDAP server
Queue Turba
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester rsalmon (at) mbpgroup (dot) com
Created 01/19/2011 (5279 days ago)
Due
Updated 01/20/2011 (5278 days ago)
Assigned
Resolved 01/20/2011 (5278 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/20/2011 06:06:33 PM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
01/20/2011 05:59:06 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git for this ticket:

Bug #9524: Fix method signature

http://git.horde.org/horde-git/-/commit/18e1910c0c33c1386112df84eb3f1a888b01236d
01/20/2011 01:34:57 PM rsalmon (at) mbpgroup (dot) com Comment #2 Reply to this comment
--- Ldap.php.org        2011-01-20 14:30:35.000000000 +0100
+++ Ldap.php        2011-01-20 14:31:22.000000000 +0100
@@ -44 +44 @@
-    public function __construct($params)
+    public function __construct($name = '', $params = array())
@@ -56 +56 @@
-        parent::__construct($params);
+        parent::__construct($name, $params);

01/19/2011 12:11:16 PM rsalmon (at) mbpgroup (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Can't contact LDAP server
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
2011-01-19T13:03:17+01:00 DEBUG: HORDE [turba] PHP ERROR: 
array_merge(): Argument #2 is not an array [pid 28681 on line 54 of 
"/var/www/html/hordetest/turba/lib/Driver/Ldap.php"]

Possible fix :
-    public function __construct($params)
+    public function __construct($name = '', $params = array())



Saved Queries