[turba] problems with turba-0.0.2 and PostgreSQL

Илья Шипицин ilia@chel.skbkontur.ru
Wed, 22 Aug 2001 15:38:20 +0600 (YEKST)


> Make sure you have the latest cvs version of pear installed with your php
> installation.

well...

$ pwd
/usr/local/lib/php/DB
$ grep -i quote * | more
common.php:    // {{{ quoteString()
common.php:     * Quotes a string so it can be safely used within string
delimit
ers
common.php:     * @param $string the input string to quote
common.php:     * @return string the quoted string
common.php:    function quoteString($string)
common.php:            $realquery .= "'" . $this->quoteString($pdata) .
"'";
oci8.php:    // {{{ quoteString()
oci8.php:    function quoteString($string)
odbc.php:    // {{{ quoteString()
odbc.php:    function quoteString($string)
storage.php:                        $this->_dbh->quoteString($keyval[$i])
. "'";
storage.php:                    $this->_dbh->quoteString($keyval) . "'";
storage.php:        $qval = "'" . $this->_dbh->quoteString($keyval) . "'";
storage.php:                $pkvals[] =
"'".$this->_dbh->quoteString($newpk[$i])
."'";


what else do I need ?

>
> Jan.
>
> Zitat von Илья Шипицин <ilia@chel.skbkontur.ru>:
>
> > Dear Sirs,
> >
> > I've installed turba-0.0.2 and when I'm trying to add a contact it
> > complains:
> >
> > Fatal error: Call to undefined function: quotestring() in
> > /usr/local/www/data/horde-1.3.4/turba-0.0.2/lib/Driver/sql.php on line =
145
> >
> > how can i fix that ??!
> >
> > Regards, (Наилучшие пожелания)
> > Ilia Chipitsine (Илья Шипицин)
> >
> >
> >
> > --
> > Turba mailing list: http://horde.org/turba/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: turba-unsubscribe@lists.horde.org
> >
> >
>
>
> ::::::::::::::::::::::::::::::::::::::::
> AMMMa AG - discover your knowledge
> :::::::::::::::::::::::::::
> Detmolder Str. 25-33 :: D-33604 Bielefeld
> fon +49.521.96878-0 :: fax  +49.521.96878-20
> http://www.ammma.de
> ::::::::::::::::::::::::::::::::::::::::::::::
>
> --
> Turba mailing list: http://horde.org/turba/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
>