[kronolith] errors

Joseph Kacmarcik joe@chubbo.net
Sat, 15 Sep 2001 09:37:06 -0700


../horde/kronolith/config/conf.php:

$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params'] = array();
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = '*username*';
$conf['calendar']['params']['password'] = '*password*';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';

===============================

mysql://horde/kronolith_events:

DROP TABLE IF EXISTS kronolith_events;
CREATE TABLE kronolith_events (
  event_id bigint(20) NOT NULL default '0',
  calendar_id varchar(100) NOT NULL default '',
  event_description text,
  event_location text,
  event_keywords text,
  event_title varchar(80) default NULL,
  event_category varchar(80) default NULL,
  event_recurType varchar(11) default '0',
  event_recurInterval varchar(11) default NULL,
  event_recurDays varchar(11) default NULL,
  event_recurEnddate datetime default NULL,
  event_start datetime NOT NULL default '0000-00-00 00:00:00',
  event_end datetime NOT NULL default '0000-00-00 00:00:00',
  event_alarm int(11) default '0',
  PRIMARY KEY  (event_id)
) TYPE=MyISAM;


----------
good luck!
joe


Quoting Jon Parise <jon@horde.org>:

> On Sat, Sep 15, 2001 at 03:54:33PM +0100, Andy wrote:
> 
> > // What calendar backend is being used? Right now, the only option is
> > // 'mcal', but others may appear at some point in the future.
> > $conf['calendar']['driver'] = 'mcal';
> > 
> > does this not suggest that you cant use the sql driver? If you can, have
> you got an example of a conf file that uses it?
> 
> I just committed a change in the wording.  As far as I know, the
> SQL driver works fine, but it doesn't provide all of the features
> of the mcal implementation.
> 
> I'm sure someone else can provide a working example.
> 
> -- 
> Jon Parise (jon@csh.rit.edu)  .  Information Technology (B.S.)
> http://www.csh.rit.edu/~jon/  :  Computer Science House Member
> 
> -- 
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
> 
> 




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