| 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 | 1/17/05 (7831 days ago) |
| Due | |
| Updated | 2/7/05 (7810 days ago) |
| Assigned | 1/18/05 (7830 days ago) |
| Resolved | 2/7/05 (7810 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.