[Tickets #10554] Re: Turba LDAP server support test isn't working
bugs at horde.org
bugs at horde.org
Wed Sep 28 19:41:40 UTC 2011
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/10554
------------------------------------------------------------------------------
Ticket | 10554
Aktualisiert Von | Michael.Nitsche at nitsche.de
Zusammenfassung | Turba LDAP server support test isn't working
Warteschlange | Turba
Version | 3.0.9
Typ | Bug
Status | Feedback
Priorität | 2. Medium
Milestone |
Patch |
Zuständige |
------------------------------------------------------------------------------
Michael.Nitsche at nitsche.de (2011-09-28 19:41) hat geschrieben:
> Adding comments is fixed. Your answer from the screenshot was not
> helpful though.
I don't know what I could tell you more. I told you what the problem
is, where it comes from and how to fix it. The function is called
without the parameters, which have been collected before. So with no
parameters there can be no result.
In function appTest() _doConnectionTest() is called without parameters.
Fix:
- $ret .= $this->_doConnectionTest(); (remove this line)
+ $ret .= $this->_doConnectionTest($params); (replace with this line)
More information about the bugs
mailing list