Summary | _detect_webroot does not work in a softlinked directory on linux platform |
Queue | Horde Base |
Queue Version | 3.3.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | wessel (at) louwris (dot) nl |
Created | 03/25/2009 (6051 days ago) |
Due | |
Updated | 03/25/2009 (6051 days ago) |
Assigned | |
Resolved | 03/25/2009 (6051 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
settings don't work for you.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ _detect_webroot does not work in a softlinked directory on linux platform
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
% ln -s horde-webmail-1.2.2 horde
to use horde as URL/working directory.
The /horde/index.php redirect to /login.php (so not to
/horde/login.php) which resulted in a 404
I found out that the _detect_webroot function in config/registry.php
returned an empty string in as $webroot, because __FILE__ did not
match anything from the URL