[kronolith] I cannot create new agenda
Thomas O'Brien
helpdesk at naprotek.com
Mon May 19 15:29:21 PDT 2003
Jan,
First configured /horde/config/conf.php for SQL backend by setting the
following:
Under the Horde Database Settings section
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = '*****';
$conf['sql']['database'] = 'horde';
Under the Horde Autheentication section
$conf['auth']['driver'] = 'sql';
Under the Preference System Settings section
$conf['prefs']['driver'] = 'sql';
Under the Category System Settings section
$conf['category']['driver'] = 'sql';
Used /horde/scripts/db/mysql_create.sql to create the database. Then
auth_initial_user.sql to set up the admin account. After that I use
/horde/kronolith/scripts/drivers/kronolith.sql to create the kronolith_events
in the horde database. I then do a mysql reload (just for grins and giggles)
I assume this is what you mean by "Get entries added to the categories table?"
Log in works fine. Saving prefrences for user admin works fine. I can even
create additional users. I just cant get additional calendars, groups or
permissions to save.
Weird and frustrating. Like I said I'm sure I'm missing something simple.
Thomas
Quoting Jan Schneider <jan at horde.org>:
> Zitat von Thomas O'Brien <helpdesk at naprotek.com>:
>
> > I'm having the same problem with adding permissions and groups. Horde
> > says that
> > permission are updated, but they do not appear.
> >
> > Even stranger is that I added a group called TestGroup. The group doesn't
> > show
> > up. So I try to add the group again. But horde replies "'TestGroup' was
> > not
> > created: Already exists." I see the same behavior for Permissions
> >
> > However, adding users works fine.
>
> Did you configure your categories backend? Get entries added to the
> categories table?
>
> Jan.
More information about the kronolith
mailing list