[Tickets #5090] Incorrect ini_set('include_path'..) in horde/lib/core.php

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Mar 8 13:35:46 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5090
-----------------------------------------------------------------------
 Ticket             | 5090
 Created By         | paolo.vicario at uniud.it
 Summary            | Incorrect ini_set('include_path'..) in horde/lib/core.php
 Queue              | Horde Groupware Webmail Edition
 Type               | Bug
 State              | Unconfirmed
 Priority           | 3. High
 Owners             | 
-----------------------------------------------------------------------


paolo.vicario at uniud.it (2007-03-08 05:35) wrote:

Horde Groupware Webmail Edition V1.0 (14-jan-2007) includes an incorrect
version of the file horde/lib/core.php. It differs from Horde standard
version this way:

42c42
< ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR .
ini_get('include_path'));
---
> ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR .
dirname(__FILE__) . '/../pear');

This bug prevents, for example, Turba from connecting to LDAP data
source:

"Warning: _getschema(Net/LDAP.php): failed to open stream: No such file or
directory in
/var/www/webmail/horde-webmail-1.0/turba/lib/Driver/ldap.php on line 674"
"Fatal error: _getschema(): Failed opening required 'Net/LDAP.php'
(include_path='/var/www/webmail/horde-webmail-1.0/lib:/var/www/webmail/horde-webmail-1.0/lib/../pear')
in
/var/www/webmail/horde-webmail-1.0/turba/lib/Driver/ldap.php on line 674"

Worst of all: both file (Horde standard and Horde Groupware) have the same
version
string "$Horde: horde/lib/core.php,v 1.26.6.7 2006/01/07 16:40:28 chuck
Exp $"!
It's been a bit difficult to trace the bug...




More information about the bugs mailing list