Thanks Lubes,
For anyone else with the same problem this is what is required.
Modify the following entries in reg_system.cgi
use Socket;
#This needs to be added after the line:-
use OpenSRS::XML_Client qw(:default);
So you have
use OpenSRS::XML_Client qw(:default);
use Socket;
send( $socket, "$message\r\n", 0 ) or return 0;
#changed to \r\n from \n
send_to_server( \*SOCK, "$message\r\n." ) or return 0;
#changed to \r\n from \n
This is actually detailed at http://www.atlcon.net/opensrs/nt-howto.htm as
is shown as a link in the RSP FAQ's but .....
Given that this has been around since February last year I am a little
disappointed that the changes have not found there way into the cgi buy now
!
I spent a week with email going backwards and forwards between me and
support. I ended up ringing them (from the UK) and was told it was covered
in their FAQ somewhere ....
I hate having to re-modify the scripts each time a new version comes out ;-(
----- Original Message -----
From: "Lubes Haidamaka, iPromoGroup" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 03, 2001 7:23 PM
Subject: Re: Confirmation Page problems
> Hello rob,
>
> Thursday, May 03, 2001, 5:56:55 PM, you wrote:
>
> rnn> I am having problems with the confirmation pages not displaying at
> rnn> the end of an order. It works for Certificates but not domain
> rnn> registrations and transfers.
> rnn> I have installed a completly out of the box version and it is exactly
> rnn> the same.
> rnn> Anyone seen this before ?
>
> I had the same problems with my confirmation page. This is what i did:
>
> 1) I checked my Apache logs and found out that there is some problem
> with my SMTP setup
>
> 2) I edited my OpenSRS.conf file to the right options and everything
> is working fine
>
>
> You may want to put debug option in your conf file to 1 for
> reg_system.
>
> Good luck!
>
> --
> Best regards,
> Lubes Haidamaka, CTO
> iPromoGroup.com
> Smart team - smart service.
> Web design, hosting, marketing.
> E-commerce solutions.
>
> tel.: +38 044 24 707 23/24
> fax: +38 044 234 34 68
> ICQ: 500851
> handle: LHDM1-RIPE
> email: [EMAIL PROTECTED]
> URL: http://www.ipromogroup.com
>
>