[horde] imp always act like it was the first login
Edward Wildgoose
Edward.Wildgoose at FRMHedge.com
Wed Jan 30 05:00:20 PST 2002
At first sight this looks like a user password issue. Note that
user at localhost is different to user at domain.com. Are you sure that you
have a user called "horde at sioc.org"? Try logging in as them to check
-----Original Message-----
From: horde at sioc.org [mailto:horde at sioc.org]
Sent: 30 January 2002 12:52
To: horde at lists.horde.org
Subject: Re: Re: [horde] imp always act like it was the first login
If I did what you said I obtain a :
object(db_error)(7) {
["error_message_prefix"]=>
string(0) ""
["mode"]=>
int(1)
["level"]=>
int(1024)
["code"]=>
int(-24)
["message"]=>
string(24) "DB Error: connect failed"
["userinfo"]=>
string(86) " [nativecode=Access denied for user: 'horde at sioc.org'
(Using
password: YES)] ** Array"
["callback"]=>
NULL
}
[/libexec/horde/lib/Prefs/sql.php : 102]
Mysql is installed.
I got the following Tables :
active_sessions
horde_categories
horde_categories_categories
horde_prefs
horde_users
And I got a horde mysql user created...
Then I put back my 'none' to answer you ;-)
thx
> Hi,
>
> You have to configure correctly preference drivers in the
config/horde.conf
> :
> In my case, I man,age pref with a mysql database.
>
> $conf['prefs']['driver']='sql';
>
> If you have session in place of sql, then, each session is new and
program
> ask
> you to do maintenace and etc...
>
> Bye.
>
> Surlignage horde at sioc.org:
>
> > Hi, sorry if I post an already post question but I didn't see it
yet.
> >
> > I got a imp-3.0 with horde-2.0 working quit fine BUT :
> >
> > Whenever I login, I got the 'IMP Maintenance Operations -
Confirmation'
> >
> > page and the message 'last login: never' in the mailbox.php page.
> >
> > Do you know that trouble, and how can I fix that ?
> >
> > thx
> >
> >
> > --
> > Horde mailing list: http://horde.org/horde/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> >
> >
> --
> nicolas.foucou at cdc.u-cergy.fr
> Centre de Calcul de l'Universite de Cergy-Pontoise
> http://www.cdc.u-cergy.fr
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> --
> Horde mailing list: http://horde.org/horde/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
--
Horde mailing list: http://horde.org/horde/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>From pgc at ucecom.com Date: 30 Jan 2002 13:06:37 -0500
Return-Path: <pgc at ucecom.com>
Mailing-List: contact horde-help at lists.horde.org; run by ezmlm
Delivered-To: mailing list horde at lists.horde.org
Received: (qmail 70075 invoked from network); 30 Jan 2002 13:01:20 -0000
Received: from unknown (HELO ucecom.com) (195.8.161.130)
by clark.horde.org with SMTP; 30 Jan 2002 13:01:20 -0000
Received: from hankey.ucecom.com ([140.4.2.19]) by stan.ucecom.com
(Netscape Messaging Server 3.6) with ESMTP id AAA53871
for <horde at lists.horde.org>; Wed, 30 Jan 2002 16:44:32 +0000
From: "Paul Cooper" <pgc at ucecom.com>
To: horde at lists.horde.org
In-Reply-To: <1012395142.3c57ec860b6e7 at mail.sioc.org>
References: <1012315129.3c56b3f98a6a7 at mail.sioc.org>
<1012316097.3c56b7c115a23 at tamatave.cdc.u-cergy.fr>
<1012395142.3c57ec860b6e7 at mail.sioc.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.1
Date: 30 Jan 2002 13:06:37 -0500
Message-Id: <1012413999.21748.80.camel at hankey.ucecom.com>
Mime-Version: 1.0
Subject: Re: Re: [horde] imp always act like it was the first login
On Wed, 2002-01-30 at 07:52, horde at sioc.org wrote:
> If I did what you said I obtain a :
>
> object(db_error)(7) {
> ["error_message_prefix"]=>
> string(0) ""
> ["mode"]=>
> int(1)
> ["level"]=>
> int(1024)
> ["code"]=>
> int(-24)
> ["message"]=>
> string(24) "DB Error: connect failed"
> ["userinfo"]=>
> string(86) " [nativecode¬cess denied for user: 'horde at sioc.org' (Using
> password: YES)] ** Array"
> ["callback"]=>
> NULL
> }
> [/libexec/horde/lib/Prefs/sql.php : 102]
Can you connect to the database server from the webserver on the command
line, e.g.
mysql -h data.your.domain -u horde -p horde
if that fails check the host column of the user table in the mysql
database.
Paul
>
> Mysql is installed.
>
> I got the following Tables :
> active_sessions
> horde_categories
> horde_categories_categories
> horde_prefs
> horde_users
>
> And I got a horde mysql user created...
>
> Then I put back my 'none' to answer you ;-)
>
> thx
>
>
> > Hi,
> >
> > You have to configure correctly preference drivers in the config/horde.conf
> > :
> > In my case, I man,age pref with a mysql database.
> >
> > $conf['prefs']['driver']='sql';
> >
> > If you have session in place of sql, then, each session is new and program
> > ask
> > you to do maintenace and etc...
> >
> > Bye.
> >
> > Surlignage horde at sioc.org:
> >
> > > Hi, sorry if I post an already post question but I didn't see it yet.
> > >
> > > I got a imp-3.0 with horde-2.0 working quit fine BUT :
> > >
> > > Whenever I login, I got the 'IMP Maintenance Operations - Confirmation'
> > >
> > > page and the message 'last login: never' in the mailbox.php page.
> > >
> > > Do you know that trouble, and how can I fix that ?
> > >
> > > thx
> > >
> > >
> > > --
> > > Horde mailing list: http://horde.org/horde/
> > > Frequently Asked Questions: http://horde.org/faq/
> > > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> > >
> > >
> > --
> > nicolas.foucou at cdc.u-cergy.fr
> > Centre de Calcul de l'Universite de Cergy-Pontoise
> > http://www.cdc.u-cergy.fr
> >
> >
> >
> > -------------------------------------------------
> > This mail sent through IMP: http://horde.org/imp/
> >
> > --
> > Horde mailing list: http://horde.org/horde/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> >
>
>
>
>
>
> --
> Horde mailing list: http://horde.org/horde/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
--
-----------------------------------------------------------------
Paul Cooper | Tel: 0121 331 7858
Senior Programmer and Database Engineer | Fax: 0121 331 7859
UCEcom | mailto:pgc at ucecom.com
University of Central England | http://www.ucecom.com
Birmingham, B4 7DX |
-----------------------------------------------------------------
More information about the horde
mailing list