[kronolith] URL format error in Mozilla

Ahmed ashihab@alcahest.com
Tue, 3 Sep 2002 18:05:02 +0100


Quoting Chuck Hagenbuch <chuck@horde.org>:

> > The requested URL
> > /horde/kronolith/http://localhost/horde/kronolith/viewevent.php was not
> > found
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^
> > on this server.
> 
> I don't get this (Mozilla 1.0, debian-3.0, Kronolith latest HEAD). Maybe
> you have a patch wrong in horde/config/registry.php ?

I've check the registery.php and the only references I can find to 
kronolith are:

$this->applications['kronolith'] = array(
    'fileroot' => dirname(__FILE__) . '/../kronolith',
    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
    'icon' => $this->applications['horde']
['webroot'] . '/kronolith/graphics/kronolith.gif',
    'name' => _("Calendar"),
    'allow_guests' => false,
    'show' => true
);

and

$this->registry['calendar'] = 'kronolith';

which I believe to are the default. 

I am using Mozilla with Win2K would that make a difference? 
I've checked on RH7.1 Mozilla and this only seems to happen with Mozilla on 
win2K...hmm not sure what can be done about that!

Ahmed...