[kronolith] Initial configuration issue...

Craig White craigwhite@azapple.com
Sat, 23 Mar 2002 18:02:16 -0700


Quoting Eric Jon Rostetter <eric.rostetter@physics.utexas.edu>:

> Quoting Craig White <craigwhite@azapple.com>:
> 
> > I have a few other modules - but I get this problem in both kronolith
> > and nag... I can open the calendar, add events (which do make into the
> > horde table kronolith events) - everything looks good until I click the
> > 'options' button and then I get...
> > 
> > Fatal error: Call to undefined function: groupiseditable() in
> > /var/www/html/horde/templates/prefs/overview.inc on line 24
> > 
> > I get the same message with nag - options...
> 
> I downloaded the kronolith and nag modules from CVS yesterday and also
> had this problem with nag but not kronolith.  I fixed it by adding the
> following to the top of nag/config/prefs.php right after the require for
> constants:
> 
--------
OK well nag still has a problem - when I went to enter my first 'task' I got...

Warning: sprintf(): too few arguments in
/var/www/html/horde/nag/lib/Driver/sql.php on line 214

Warning: Cannot add header information - headers already sent by (output started
at /var/www/html/horde/nag/lib/Driver/sql.php:214) in
/var/www/html/horde/nag/task.php on line 138

did you fix this problem too?

This is what my /nag/config/conf.php looks like... should be good.

// 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'] = 'horde';
 $conf['storage']['params']['password'] = 'obscured';
 $conf['storage']['params']['database'] = 'horde';
 $conf['storage']['params']['table'] = 'nag_tasks';

the preferences are fixed but I can't enter any tasks...

Thanks,

Craig


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/