Hello.  =)

 

I’ve written to OpenSRS tech support about this, but they simply told me that “it’s a problem on your server and we don’t troubleshoot custom scripts.”  However, I cannot find any “problem” with my server.  I’m at my wits end... so any help would be VERY much appreciated.

 

I’m trying to do the portion of the go-live test (on the test server, of course) where you have to change the DNS from ns1.domaindirect.com to cns1.idirect.com (ditto for the second DNS, but with a ‘2’)

 

Do I need to do something else first?  I’m not messing with the “add nameserver” or “delete nameserver” stuff... should I?  Does that have anything to do with the modification scripts?  Even some suggestions of what to TRY would be helpful.  I’m stuck as stuck can be.

 

Here’s my code:   (I’ve set the cookie, and it is working fine)

 

===================

$cmd=array('protocol'=>'XCP',

          'action'=>'modify',

          'object'=>'domain',

          'cookie'=>$cookie,

          'registrant_ip'=>$REMOTE_ADDR,

          'attributes'=>array('data'=>'nameserver_list',

                    'nameserver_list'=>array(

                              'name'      => 'cns1.idirect.com',

                               'sortorder' => '1',

                               'action'    =>'update')));

====================

Here’s there error: (Authentication was successful, btw)

 
[ SENT - BLOWFISH ENCRYPTED ]
Array
(
    [protocol] => XCP
    [action] => modify
    [object] => domain
    [cookie] => 664317388:334756
    [registrant_ip] => XXX.XXX.XX.XXX
    [attributes] => Array
        (
            [data] => nameserver_list
            [nameserver_list] => Array
                (
                    [name] => cns1.idirect.com
                    [sortorder] => 1
                    [action] => update
                )
        )
)
 
 
[ READ - BLOWFISH ENCRYPTED ]
Array
(
    [_OPS_version] => 0.9
    [object] => DOMAIN
    [response_text] => Fatal Server Error Occured
    [is_success] => 0
    [response_code] => 400
    [protocol] => XCP
    [action] => REPLY
)

 

 

Reply via email to