[kronolith] Unable to find stream pointer in
jan@horde.org
jan@horde.org
Wed, 24 Oct 2001 15:12:46 +0200
Zitat von M Z Rahman <zrahman@partex.net>:
> > 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';
In this case I really don't know what's happening there.
Jan.