6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9197] Group Listing returns fatal error
*
Your Email Address
*
Spam protection
Enter the letters below:
.___..__..__ . .. . _/ | || \|_/ |\ | ./__.|__||__/| \| \|
Comment
>> What kind of LDAP Implementation do you have? Maybe this applies only >> to active directory servers. > > We're using Active Directory on Windows 2003 Server. > >> I assume you mean Manage Calenders and then click on the prefernces icon. > > Yes. > >> Well, after the git pull on 24.8. I can not see this anymore in H4. > > At the moment I am using the version from 29th august. > >> Nevertheless, in framework/Group/lib/Horde/Group/Ldap.php in function >> exists($group) the call of @ldap_compare doesn't work (at least with >> our AD). > In our setup the following error occurs: > [07-Sep-2010 13:30:50] PHP Warning: implode(): Invalid arguments > passed in /usr/share/php/Horde/Group/Ldap.php on line 498 > (one error per Group is written) > > var_dump($result); returns NULL -> where is this variable filled? > this is the function: > public function getGroupParent($dn) > { > if (@ldap_explode_dn($dn, 0) === false) { > throw new Horde_Group_Exception('Invalid group ID passed > (bad DN syntax)'); > } > unset($result['count'], $result[0]); > > $parent_dn = implode(',', $result); > > return (Horde_String::lower($parent_dn) == > Horde_String::lower($GLOBALS['conf']['group']['params']['basedn'])) > ? DATATREE_ROOT > : $parent_dn; > } > > When I click on a Group, following error occurs: > [07-Sep-2010 13:33:27] PHP Fatal error: Call to protected method > Horde_Group_LdapObject::_fromAttributes() from context > 'Horde_Group_Ldap' in /usr/share/php/Horde/Group/Ldap.php on line 251 > > Turning _from/_toAttributes to public functions works for me (means > Groups are "clickable", but still empty). >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers