[kronolith] Browser.php in wrong spot?
Jason
jason at monsterjam.org
Sat Jun 4 21:13:35 PDT 2005
so Ive got horde 2.2.8, imp 3.2.7 installed and working fine.. I go to install kronolith 1.1.4
and drop it under my htdocs/horde/kronolith dir
configure the stuff in the configure dir, go to the webpage and see the following:
Warning: main(/var/www/localhost/htdocs/horde/kronolith/lib/../../lib/Browser.php): failed to open
stream: No such file or directory in /var/www/localhost/htdocs/horde/kronolith/lib/base.php on line 18
Fatal error: main(): Failed opening required
'/var/www/localhost/htdocs/horde/kronolith/lib/../../lib/Browser.php' (include_path='.:/usr/lib/php') in
/var/www/localhost/htdocs/horde/kronolith/lib/base.php on line 18
hrm..
root at gir Horde # cd /var/www/localhost/htdocs/horde/kronolith/lib/
root at gir lib # pwd
/var/www/localhost/htdocs/horde/kronolith/lib
root at gir lib # ls ../../lib/Browser.php
ls: ../../lib/Browser.php: No such file or directory
root at gir lib # ls ../../lib/Horde/Browser.php
../../lib/Horde/Browser.php
root at gir lib # ls -al ../../lib/Horde/Browser.php
-rwxr-xr-x 1 root root 35452 Jan 6 19:24 ../../lib/Horde/Browser.php
root at gir lib #
ive tried fooling around with copying that file (and Horde/Registry.php)
and symlinking them into the directory it expects them to be in, but that doesnt seem to work either..
Heres what Ive got in my horde registry file..
$this->applications['kronolith'] = array(
'fileroot' => dirname(__FILE__) . '/../kronolith',
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
'name' => _("Calendar"),
'status' => 'active',
'provides' => 'calendar',
'menu_parent' => 'organizing'
);
for reference, heres the entry for imp (which still works)
$this->applications['imp'] = array(
'fileroot' => dirname(__FILE__) . '/../imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
'name' => _("Mail"),
'status' => 'active',
'provides' => 'mail',
);
any idears?
Jason
More information about the kronolith
mailing list