[Tickets #5891] Re: Horde/String.php issues after PHP 5.2 Upgrade
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Nov 15 17:33:43 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5891
-----------------------------------------------------------------------
Ticket | 5891
Updated By | salfati.mickael at free.fr
Summary | Horde/String.php issues after PHP 5.2 Upgrade
Queue | IMP
Version | 4.1.4
Type | Bug
State | Not A Bug
Priority | 3. High
Owners |
-----------------------------------------------------------------------
salfati.mickael at free.fr (2007-11-15 09:33) wrote:
> The leading / in that require line is not in any version of
> Browser.php provided by Horde (see
>
http://cvs.horde.org/co.php?r=1.153.2.52&f=framework%2FBrowser%2FBrowser.php,
for example - I guessed a Horde version since you put this in the wrong
queue and didn't give a Horde version number). Talk to whoever provides
> psa-horde.
I am the provider, you have a Reason, on line 4, there was:
Include_once 'Horde/String.php';
The problem persists:
Warning: include_once(Horde/String.php) [function.include-once]: failed to
open stream: No such file or directory in
/usr/share/psa-horde/lib/Horde/Browser.php on line 4
Warning: include_once() [function.include]: Failed opening
'Horde/String.php' for inclusion
(include_path='/usr/share/psa-horde:/usr/share/psa-horde/pear:.') in
/usr/share/psa-horde/lib/Horde/Browser.php on line 4
The file String.php is present.
If I try to modifiy:
Include_once 'Horde/String.php';
By:
Include_once 'String.php';
The error gone, but I get a blanck page.
I am not alone with this problem, as you can see here:
http://forum.swsoft.com/showthread.php?s=&threadid=46867
Regards.
More information about the bugs
mailing list