[Tickets #5146] Re: Horde didn't works

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Mar 23 18:27:28 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5146
-----------------------------------------------------------------------
 Ticket             | 5146
 Updated By         | dsandri at readygo.it
 Summary            | Horde didn't works
 Queue              | Horde Groupware Webmail Edition
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


dsandri at readygo.it (2007-03-23 11:27) wrote:

> misconfigured ? I don't understand because the 1.00 works with my 
> configuration and some other php's applications too.

There's a problem with forward and backwards slashes in registry.php
script in Horde 1.01 running on Windows that generates wrong result in
horde base directory.

> Which specific needs do I param ?

Quick and dirty solution to fix it: open the /horde/config/registry.php
with any editor, go to line 521 and replace __FILE__ with
str_replace('\\', '/', __FILE__)
This will convert backslashes of Windows file name path to unix-style
forward slash.
The _detect_webroot function will now return correct horde path.




More information about the bugs mailing list