Summary | Linking problems. |
Queue | Horde Framework Packages |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | koutras_g (at) yahoo (dot) com |
Created | 01/17/2005 (7510 days ago) |
Due | |
Updated | 02/07/2005 (7489 days ago) |
Assigned | 01/18/2005 (7509 days ago) |
Resolved | 02/07/2005 (7489 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Feedback
have include_path problems; you should not need to modify base.php at
all unless you are installing IMP somewhere other than inside the
horde/ directory.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Linking problems.
Queue ⇒ Horde Framework Packages
I run the tests everythins seems OK but when I hit the horde page I
get an error for Browser.php. It searches for the link under
$hordehome/lib but the file resides under $hordehome/lib/Horde. I
found the base.php under imp that refers to the path changed it to
point to $horde/lib/Horde for the Browser and other php files
(Auth.php, Help.php etc..) that are wrongly linked but I still can get
it work.