[imp] What might cause this?

Jim Adams jadams@tellme.com
Wed, 8 May 2002 15:04:05 -0700


I am having a similar problem.  I have been told it has to do with not
having the 'preference backend' set up.  Here is what my preference backend
is currently set to for my local mysql database:
/horde/config/horde.php
----------------------------------------------
$conf['prefs']['driver'] = 'sql';

$conf['prefs']['params'] = array();

$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = '<the password>';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

The tables appear to be there:
-------------------------------------------------
[root@sorry db]# mysqlshow -u root -p horde
Enter password:
Database: horde
+-----------------------------+
|           Tables            |
+-----------------------------+
| horde_categories            |
| horde_categories_categories |
| horde_prefs                 |
| horde_users                 |
+-----------------------------+

I'm still getting the same errors though....and the 'test.php' page states
that I have:
FTP Support: Yes
Gettext Support: Yes
IMAP Support: Yes
LDAP Support: Yes
MCAL Support: No
Mcrypt Support: No
MySQL Support: Yes
PostgreSQL Support: No
XML Support: Yes
and all the lastest versions of PEAR.

I am still searching for an answer, if I find anything I will definately let
you know.  If anyone else has any ideas....please let us know.

Jim

> -----Original Message-----
> From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org]On
> Behalf Of imp@lentner.com
> Sent: Wednesday, May 08, 2002 2:33 PM
> To: imp@lists.horde.org
> Subject: [imp] What might cause this?
>
>
> >From the /tmp/horde.log:
>
> May 08 17:33:07 HORDE [error] [imp] FAILED LOGIN 192.168.1.69 to
> 192.168.1.3:143
> [imap] as johnd [on line 332 of "/var/www/html/horde/imp/lib/IMP.php"]
>
> Running the following system:
>
> Red Hat 7.3
> Test.php comes back fine except for options I don't us
> Apache-1.3.23-11
> sendmail-8.11.6-15
> php-4.1.2-7
> mysql-3.23.49-3
>
> Thanks,
> Sean
>
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>