[nag] Problems access nag
Jonathan Bedford
Jonathan.Bedford@PDU-Consultancy.com
Wed, 19 Jun 2002 21:11:27 +0100
Hi Chuck
Which part of the conf.php have I not configured?
/**
** Storage System Settings
**/
// What storage driver should we use? Valid values are 'sql'.
$conf['storage']['driver'] = 'sql';
// Any parameters that the storage driver needs. This includes
// database or ldap server, username/password to connect with, etc.
// Below is an example configuration for an sql driver, in this case
// MySQL.
$conf['storage']['params'] = array();
$conf['storage']['params']['phptype'] = 'mysql';
$conf['storage']['params']['hostspec'] = 'localhost';
$conf['storage']['params']['username'] = 'user';
$conf['storage']['params']['password'] = 'password';
$conf['storage']['params']['database'] = 'horde';
$conf['storage']['params']['table'] = 'nag_tasks';
/**
Regards
Jonathan
-----Original Message-----
From: nag-bounces@lists.horde.org [mailto:nag-bounces@lists.horde.org]
On Behalf Of Chuck Hagenbuch
Sent: 19 June 2002 20:01
To: nag@lists.horde.org
Subject: Re: [nag] Problems access nag
Quoting Jonathan Bedford <Jonathan.Bedford@PDU-Consultancy.com>:
> Warning: Undefined index: storage in
> /var/www1/html/mail/horde/nag/list.php on line 28
> Warning: Undefined index: storage in
> /var/www1/html/mail/horde/nag/list.php on line 29
> Fatal error: Call to a member function on a non-object in
> /var/www1/html/mail/horde/nag/list.php on line 30
>
> Can anyone point me to the cure
You haven't configured nag/config/conf.php.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see,
in
the arms of silence. All we ever have is here, now." - Ursula K. Le Guin
--
Nag mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: nag-unsubscribe@lists.horde.org