I thought there was a module problem, but we never use Raqs so I don't
know. I swear I remember reading stuff about it though.... I am just not up
and Raqs and I try to stay away from them as far as "our" servers... We use
PC's in rack mount cases and always do well ;o) I a just not famimiliar
with any "raq" issues...
Mike Allen, 4CheapDomains.Net
[EMAIL PROTECTED]
http://www.4CheapDomains.Net
----- Original Message -----
From: "Andy Coates" <[EMAIL PROTECTED]>
To: "'Dev-List'" <[EMAIL PROTECTED]>
Sent: Sunday, July 21, 2002 3:15 PM
Subject: RE: Install Prob
> I actually made a typo in that email if you hadn't noticed, one should
> be response_code and then response_text, not two response_code's :-)
>
> Andy.
>
> PS: isn't there something about module versions not being compatible
> with RAQ's in some of the docs? I'm sure I've read something about that
> whilst browsing.
>
>
> > -----Original Message-----
> > From: Dev-List [mailto:[EMAIL PROTECTED]]
> > Sent: 21 July 2002 20:54
> > To: Andy Coates; [EMAIL PROTECTED]
> > Subject: Re: Install Prob
> >
> >
> > That would help ;o)
> >
> > Mikey
> > ----- Original Message -----
> > From: "Andy Coates" <[EMAIL PROTECTED]>
> > To: "'Dev-List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > Sent: Saturday, July 20, 2002 9:10 PM
> > Subject: RE: Install Prob
> >
> >
> > > > We are using "Blowfish" when getting this error, go figure !!
> > > > Any other
> > > > ideas??????
> > > > I would love to help and I looked it over, but everything
> > > > seems perfect. I
> > > > just never use Raq servers and can't help but wonder if
> > > > something "Special"
> > > > seeds done for Raq and the modules installed that are
> > > > required for SRS....
> > >
> > > That error string you see is in the encryption part, and seems to be
> > > returned here:
> > >
> > > if ($answer->{response_code} =~ /^2/) {
> > > return 1;
> > > } elsif ( $answer->{response_code} == 400 ) {
> > > return $answer->{response_text};
> > > } else {
> > > return "Authentication failed";
> > > }
> > >
> > > I'm new to all this, but it might be worth changing that last return
> > > line to include the response code and text, maybe it'll
> > shed some light:
> > >
> > > return "Authentication failed - ".$answer->{response_code}.' -
> > > '.$answer->{response_code};
> > >
> > > Then run the verify_install again and see.
> > >
> > > You might also want to check the key again (can't hurt!)
> > and make sure
> > > that when you copied it from the control panel that it
> > didn't include
> > > the speechmark " - I did that the first time and its hard to spot
> > > between the two ' ' in the conf. Also check your username
> > is correct,
> > > etc.. Can't think of anything else.
> > >
> > > Andy.
> > >
> > >
> > >
> > >
> >
> >
>
>