[kronolith] Unable To See Older Calendars

Michael C. Ibarra ibarra at hawk.com
Mon Jun 9 10:55:45 PDT 2003


Hello:

For some reason I no longer see calendars created from about two
months ago and earlier. In looking at my conf.php, I did notice
that previously I was using:

$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params']['driver'] = 'mstore';
// The mstore driver requires a username and a password that is in
// /etc/mpasswd in order to access local calendars.
$conf['calendar']['params']['username'] = 'calman';
$conf['calendar']['params']['password'] = 'calmanspasswd';

Now that this is generated via the Admin front-end, My conf.php now
looks like the following. Notice that my username and password
are now different, whereas before I was using the username and password
for my mstore user, I am now using the mysql user. I've tried changing
the following to use my mysql user but I get an error stating that
access is denied to mysql. I can create new cals and make entries to
them, I would just like to be able to get my old ones back.

Thanks in advance,

-mike

<?php
$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params']['driver'] = 'mstore';
$conf['calendar']['params']['username'] = 'mysqlman';
$conf['calendar']['params']['password'] = 'mysqlmanpasswd';
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['protocol'] = 'tcp';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['calendar']['params']['port'] = 3306;
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['charset'] = 'iso-8859-1';
$conf['metadata']['keywords'] = false;
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();


More information about the kronolith mailing list