[kronolith] reminders problem

Michael Cramer MiCr1 at compuserve.de
Mon Nov 14 20:37:43 PST 2005


all tables are at the sql-server (mysql 5.0.15) and i can use the calendar 
to manage my events, only reminders doesn't work.
VFS is set to datatree in horde, and kronolith is set to use the horde 
preferences.

/horde/config.conf.php:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.14 2005/08/23 17:14:42 mrubinsk 
Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = true;
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = '*************';
$conf['sql']['socket'] = '/var/run/mysqld/mysqld.sock';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf8';
$conf['sql']['phptype'] = 'mysqli';
$conf['auth']['admins'] = array('root');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['signup']['approve'] = true;
$conf['signup']['preprocess'] = false;
$conf['signup']['queue'] = false;
$conf['log']['priority'] = PEAR_LOG_ERR;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/php/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['params']['prefix'] = 'horde';
$conf['cache']['driver'] = 'file';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/sbin/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['type'] = 'none';
$conf['image']['convert'] = '/usr/bin/convert';
$conf['mime']['magic_db'] = '/usr/share/misc/file/magic';
$conf['geoip']['datafile'] = 
'/var/www/localhost/htdocs-secure/horde/GeoIP.dat';
$conf['problems']['email'] = 'root at bigmichi1.dyndns.org';
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'authenticated';
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'authenticated';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['weatherdotcom']['partner_id'] = '1008627912';
$conf['weatherdotcom']['license_key'] = '593465bb78663a6b';
$conf['kolab']['enabled'] = false;
$conf['imsp']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

/horde/kronolith/config.conf.php:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14.10.1 2005/03/04 04:04:31 ben Exp 
$
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['driverconfig'] = 'horde';
$conf['calendar']['driver'] = 'sql';
$conf['storage']['params']['table'] = 'kronolith_storage';
$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['metadata']['keywords'] = true;
$conf['reminder']['server_name'] = 'bigmichi1.dyndns.org';
$conf['reminder']['from_addr'] = 'bigmichi1 at bigmichi1.dyndns.org';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



"Mark reis" <mcr2z at cs.virginia.edu> schrieb im Newsbeitrag 
news:4379068C.4010106 at cs.virginia.edu...
> Have you ensured that the Virtual File System setting in Horde is set?
> Or that database tables exist on your SQL server and that horde is
> configured to use it ?
>
> -Mark
>
> Michael Cramer wrote:
>
>>hi, when running "php
>>/var/www/localhost/htdocs-secure/horde/kronolith/scripts/reminders.php" 
>>from
>>a cron job i get this message in horde.log file:
>>
>>Nov 14 20:00:03 HORDE [error] [kronolith] DB Error: no database selected:
>>SELECT vfs_id FROM horde_vfs WHERE vfs_path  = '.horde/scheduler' AND
>>vfs_name = 'horde_scheduler_kronolith' [nativecode=**] [on line 77 of
>>"/var/www/localhost/htdocs-secure/horde/lib/Horde/Scheduler.php"]
>>
>>any ideas?
>>
>>Versions are:
>>horde-3.0.6
>>turba-2.0.4
>>mnemo-2.0.2
>>nag-2.0.3
>>kronolith-2.0.5
>>ingo-1.0.2
>>imp-4.0.4
>>chora-2.0.1
>>gollem-1.0
>>passwd-3.0
>>
>>
>>
>>
>>
>>
> -- 
> Kronolith mailing list - Join the hunt: 
> http://horde.org/bounties/#kronolith
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
>
> 






More information about the kronolith mailing list