[horde] Sidebar problem with latest Horde RC packages

Chuck Hagenbuch chuck at horde.org
Tue Apr 22 04:16:49 UTC 2008


Quoting "John H. Bennett III" <bennettj at thebennetthome.com>:

>>> Apr 21 00:08:38 www [5237]: PHP Fatal error:  Call to undefined
>>> function:  _exists() in /home/httpd/html/horde/lib/Horde/Share.php on
>>> line 453
>>
>> What did you set as the share driver, and what is being selected for
>> $driver in Horde_Share::singleton()?
>>
> I have this in horde/config/conf.php
> $conf['share']['no_sharing'] = false;
> $conf['share']['cache'] = false;
> $conf['share']['driver'] = 'datatree';
>
> I believe the answer to your second question is datatree.

Try doing var_dump(get_class($this)) right before line 453, maybe? The  
Horde_Share_datatree class defines an exists() method which should  
work fine - unless you have an older set of Horde framework libs in  
your include_path somewhere that are being picked up?

-chuck

-- 
"I have concerns that we are not behaving like a mature, responsible,  
collection of interdependent organisms." - Rick O.


More information about the horde mailing list