[kronolith] Unable to find stream pointer in
M Z Rahman
zrahman@partex.net
Wed, 24 Oct 2001 13:02:42 +0000
> Just to double check: Run a phpinfo page in the kronolith directory and see
> if
> it has the correct include path.
>
> I only can think of that you misconfigured your driver settings. Can you post
>
> them?
>
> Jan.
Yup, it has the correct path:
include_path /usr/local/lib/php /usr/local/lib/php
And, here goes my driver setting in 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'] = 'hordemgr';
$conf['calendar']['params']['password'] = 'dhakacom';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
Regards,
Zia