[horde] URL with Kronolith is faulty

David Bates horde at voygr.com
Thu Jan 22 05:19:57 PST 2004


Jereon,
Of course this may be different for you, but this is my registry:
$this->applications['kronolith'] = array(
     'fileroot' => dirname(__FILE__) . '/../kronolith',
     'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
     'icon' => $this->applications['horde']['webroot'] . 
'/kronolith/graphics/kr$
     'name' => _("Calendar"),
     'allow_guests' => true,
     'status' => 'active',
     'provides' => 'calendar',
     'menu_parent' => 'pim'
);


The field that would control that would be webroot... if yours says 
/kronolith as it does above, you  may also want to check at the very top:

$this->applications['horde'] = array(
     'fileroot' => dirname(__FILE__) . '/..',
     'webroot' => '/horde',

This is the webroot for horde if that's off, your uri for Kronolith will be 
off..

If all those are fine, there's something else odd going on.. :)


At 05:18 AM 1/22/2004, you wrote:
>I just got IMP working,
>I chowned the complete horde dir to apache. Thanks for the help.
>I now have a faulty URL with Kronolith. I must be NOT seeing something very
>simple.
>Result:
>The requested URL /horde//horde/kronolith/index.php was not found on this
>server.
>
>As you can see, there's one '/horde/' too much, but I can't find where...
>
>In registry.php I have for kronolith (default, didn't change anything):
>
>$this->applications['kronolith'] = array(
>     'fileroot' => dirname(__FILE__) . '/../kronolith',
>     'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
>
>It works for IMP, so why not for kronolith?
>
>Thanks again,
>Jeroen.
>
>----------------------------------------------------------------
>This message was sent using IMP, the Internet Messaging Program.
>
>--
>Horde mailing list
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: horde-unsubscribe at lists.horde.org




More information about the horde mailing list