Summary | missing Autoloader.php in the horde's framework for genie module |
Queue | Genie |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | b5b5b5b5 (at) centrum (dot) sk |
Created | 12/31/2008 (6028 days ago) |
Due | |
Updated | 12/31/2008 (6028 days ago) |
Assigned | |
Resolved | 12/31/2008 (6028 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Priority ⇒ 1. Low
Thanks for the feedback.
i haven't found any other possible download place then from the CVS.
and as i've noticed in here http://www.horde.org/source/modules.php ,
Genie is already in Production state. thus i've thought it could be
found in Projects http://www.horde.org/projects.php , but it isn't
there. so 'ive searched FTP download site ftp://ftp.horde.org/pub/ ,
and either there nothing for the Genie.
State ⇒ Not A Bug
development version of Horde apps currently.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ missing Autoloader.php in the horde's framework for genie module
Queue ⇒ Genie
Milestone ⇒ next one
Patch ⇒ No
State ⇒ Unconfirmed
configuration when i tried to open Wishlist in the Organizing tree, it
left me only this error msg:
{
Warning: require_once(Horde/Autoloader.php) [function.require-once]:
failed to open stream: No such file or directory in
/usr/share/horde/genie/lib/base.php on line 19
Fatal error: require_once() [function.require]: Failed opening
required 'Horde/Autoloader.php'
(include_path='/usr/share/horde/lib:.:/usr/share/php') in
/usr/share/horde/genie/lib/base.php on line 19
}
after some small search i've found that Autoloader.php is being
missing in the basic Horde framework directory ./lib/Horde/
i've tryied to get that file from here:
http://pear.horde.org/index.php?package=Autoloader
and after applying it, the Genie wishlist finally worked.