[Tickets #9196] Re: H4: Userlist empty (in admin gui)

bugs at horde.org bugs at horde.org
Tue Nov 16 14:24:34 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9196
------------------------------------------------------------------------------
  Ticket             | 9196
  Updated By         | gerard.breiner at ias.u-psud.fr
  Summary            | H4: Userlist empty (in admin gui)
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              | 1
  Owners             | Jan Schneider
------------------------------------------------------------------------------


gerard.breiner at ias.u-psud.fr (2010-11-16 09:24) wrote:



>>>> Mhhhmm, not sure what you mean with backtrace...
>>>
>>> Add a:
>>> var_dump(debug_backtrace());
>>> statement on line 864 of
>>> /srv/www/htdocs/github/horde/framework/Ldap/lib/Horde/Ldap.php (right
>>> about the build() call) and post (or better upload) the output here.
>>
>> Lines 862 to 865 are:
>>         $filter = Horde_Ldap_Filter::combine(
>>             'and',
>>             array(Horde_Ldap_Filter::build($this->_config['user']),
>>
>> Horde_Ldap_Filter::create($this->_config['user']['uid'], 'equals',
>> $user)));
>>
>> Putting var_dump between 'and' and 'array' breaks the syntax
>> (uexpected ';'). I placed it immediately before 'filter'.
>>
>> Attached an obfuscated (usernames, pw's, servernames..) backtrace.
>
>
> I tried to start with a new configuration (copied  
> horde/conf/conf.php.dist to conf.php), just to make sure there is  
> nothing messed up, ut got the error again.
> The comment above the function findUserDN says:
> 'This method requires the 'user' configuration parameter to be set.'
>
> What is meant with this? Where should I find this configuration  
> parameter? grepping my conf.xml I couldn't find a parameter 'user'  
> nor does 'grep config conf.xml | grep user' or 'grep "name=\"user\""  
> conf.xml find anyting which seems to be useful.
>

Hello,

I have the same problem after a "git pull". It happens after login, I  
get a page with tis message :

PHP Catchable fatal error:  Argument 1 passed to
Horde_Ldap_Filter::build() must be an array, null given, called in
/srv/www/htdocs/github/horde/framework/Ldap/lib/Horde/Ldap.php on line
864 and defined in
/srv/www/htdocs/github/horde/framework/Ldap/lib/Horde/Ldap/Filter.php
on line 274

An idea please ?

Best regards

Gerard






More information about the bugs mailing list