Fwd: Error de login en bardersnatch y jabber 1.4

Flakob <[email protected]>
Newsgroups gmane.org.user-groups.linux.gulcr
Message-ID <[email protected]>
Sres.

Solucionado el problema, no sé si sea lo mejor pero cambié el código
de la función que presentaba el error:

ORIGINAL:

function _prepare()
    {
        if (!DB::isConnection($this->db)) {
            $res = $this->_connect($this->options['dsn']);
            if (DB::isError($res) || PEAR::isError($res)) {
                return $res;
            }
        }
        return true;
    }

NUEVA:

    function _prepare()
    {
        return $this->_connect($this->options['dsn']);
    }

El código lo encontré en:

http://www.koders.com/php/fidE3087DB5B212481B87E1A1294D4980E67E8B7705.aspx

Mil gracias a todos.

---------- Forwarded message ----------
From: Flakob <[email protected]>
Date: 08-nov-2005 16:21
Subject: Error de login en bardersnatch y jabber 1.4
To: gulcr <[email protected]>


Hola a todos.

Logré poner a funcionar el bandersnatch y el jabber 1.4, está llevando
el log a mysql pero cuando deseo hacer uso del frontend y hacer login
con el usuario "admin", me da el siguiente error:

Fatal error: Call to undefined function: isconnection() in
/usr/share/pear/Auth/Container/DB.php on line 127

Ya actualicé el módulo Auth con la ultima versión que descargue de
pear.org y continua el mismo problema.

Alguna idea? mil gracias desde ya.

--

Flakob.


--

Flakob.

-- 
Desuscripción: escriba a [email protected], tema 'unsubscribe'
Problemas a: [email protected].  http://gulcr.org/ListasDeCorreo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.