[kronolith] Unable to find stream pointer in
M Z Rahman
zrahman@partex.net
Wed, 24 Oct 2001 10:49:01 +0000
Hi,
I chose the sql driver and created the table with kronolith.sql and put up the
params in the kronolith/config/conf.php as:
$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'] = 'xxxxxxxx';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
And, now I am getting this error:
"Fatal error: Call to undefined function: quote() in
/www2/horde/kronolith/lib/Driver/sql.php on line 112"
Any ideas?
Thanks,
Zia
Quoting jan@horde.org:
> You need libmcal from cvs to use the mcal driver.
> Or choose the sql driver.
>
> Jan.
>
> Zitat von M Z Rahman <zrahman@partex.net>:
>
> >
> > Hi guys,
> >
> > I am getting this error when I try to add an event in kronolith:
> >
> > Warning: Unable to find stream pointer in
> > /www2/horde/kronolith/lib/Driver/mcal.php on line 244
> >
> > Warning: Unable to find stream pointer in
> > /www2/horde/kronolith/lib/Driver/mcal.php on line 247
> >
> > [cut....]
> >
> > Warning: Unable to find stream pointer in
> > /www2/horde/kronolith/lib/Driver/mcal.php on line 64
> >
> > Warning: Cannot add header information - headers already sent by (output
> > started
> > at /www2/horde/kronolith/lib/Driver/mcal.php:244) in
> > /www2/horde/kronolith/addeventaction.php on line 24
> >
> > Have anyone encountered this problem before? What could be wrong?
> >
> > Thanks,
> >
> > Zia
> >
> >
> > --
> > Kronolith mailing list: http://horde.org/kronolith/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
> >
> >
>
>
> --
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>