Summary | bad webroot in registry.php |
Queue | Horde Base |
Queue Version | 3.1-RC2 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | baber (at) mosga (dot) net |
Created | 02/07/2006 (7067 days ago) |
Due | |
Updated | 02/07/2006 (7067 days ago) |
Assigned | |
Resolved | 02/07/2006 (7067 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
with ticket creation date?
Sorry, I think you're in Deutchland (GMT+1), so I am in GMT+2.
this earth have the same time of day?
on your bugtracking system.
Regards.
State ⇒ Not A Bug
Priority ⇒ 1. Low
// We try to automatically determine the proper webroot for Horde
// here. This still assumes that applications live under horde/. If
// this results in incorrect results for you, simply change the two
// uses of the $webroot variable in the 'horde' stanza below.
I don't think it gets much more clear than that.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ bad webroot in registry.php
Queue ⇒ Horde Base
registry.php:
} elseif ($webroot === false) {
$webroot = '';
In my installation webroot then detected as '', and i get 404 where
login, because it looks /imp/reditect.php. If i comment these lines -
all is Ok.