[horde] Error using IMAP for AUTH
Nicola Foggi
nfoggi at wppost.depaul.edu
Tue Jun 12 15:04:26 PDT 2001
It looks like this:
$conf['auth']['params'] = array(
'servername' => '127.0.0.1',
'protocol' => 'imap',
'port' => '143'
);
However, we made a change in the /lib/Auth.php in the 'factory' function to the pathname under the include statemet... it now reads:
if (@include_once './' . dirname(__FILE__) . '/Auth/' ...
notice the ' ./' . ' that's been added in, that seemed to take care of the error..
Thanks!
Nicola
>>> chuck at horde.org 06/12/01 04:10PM >>>
Quoting Nicola Foggi <nfoggi at wppost.depaul.edu>:
> I've set my horde.php file to use "imap" as it's auth driver, and
> defined the servers, however I always get a
>
> "Call to a member function on a non-object in
> /export/home/www/test/horde/login.php on line 39"
This means that the Auth object isn't being instantiated correctly - what does
your $conf['auth'] section look like?
-chuck
--
Charles Hagenbuch, <chuck at horde.org>
Some fallen angels have their good reasons.
--
Horde mailing list: http://horde.org/horde/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list