Hi Managers, I need your help
If any one using Horde and Kronolith application www.Horde.org
I am running Tru64 5.1 with horde and pgsql NOT mysql.
Horde is running but I have some problem with Kronolith
I get this message when I tray to run Kronolith.
Fatal error: Failed opening required 'HORDE_BASE/lib/Menu.php'
(include_path='.:/usr/internet/httpd/pear') in
/usr/internet/horde/kronolith/menu.php on line 12
Any Idea ?
# vi /usr/internet/horde/kronolith/menu.php
1 <?php
2 /*
3 * $Horde: kronolith/menu.php,v 1.14 2002/01/24 22:29:54 chuck
Exp $
4 *
5 * Copyright 1999, 2000 Charles J. Hagenbuch <chuck_at_horde.org>
6 * Copyright 1999, 2000 Jon Parise <jon_at_horde.org>
7 *
8 * See the enclosed file COPYING for license information (GPL).
If you did
9 * not receive such a file, see also
http://www.fsf.org/copyleft/gpl.html.
10 */
11
12 require_once HORDE_BASE . '/lib/Menu.php';
13
14 /* Check for additional site-specific menu items (in
config/menu.php). */
15 $additional_items = '';
16 if (_at_is_readable(KRONOLITH_BASE . '/config/menu.php')) {
17 include_once KRONOLITH_BASE . '/config/menu.php';
18 foreach ($_menu as $item) {
19 $additional_items .= Menu::customItem($item);
20 }
21 }
22
23 $timestamp = Horde::getFormData('timestamp');
24 if (!$timestamp) {
25 $year = Horde::getFormData('year', date('Y'));
26 $month = Horde::getFormData('month', date('m'));
27 $day = Horde::getFormData('mday', date('d'));
28 if ($week = Horde::getFormData('week')) {
29 $month = 1;
Sincerely,
Rezk Mekhael
Received on Mon Sep 16 2002 - 18:48:21 NZST