Initial configuration issue...
Craig White
craigwhite@azapple.com
23 Mar 2002 13:07:29 -0700
I've set up horde / imp - seems to work OK (known problem sending email
with Mozilla but other than that - works great).
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...
RH 7.2 - Horde PHP RPM's (4.12) - libmcal - sablotron - js..
kronolith source - cvs
horde source - cvs RELENG_2
my kronolith/config/conf.php contains....
// The mstore driver requires a username and a password that is in
// /etc/mpasswd in order to access local calendars.
$conf['calendar']['params']['username'] = 'mcaluser';
$conf['calendar']['params']['password'] = 'SNNAhzY/';
// This is an example configuration for an sql driver, in this case
MySQL.
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = 'obscured';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
What gives?
Craig