I want to create a subdomain using XMWS.
#1
I want to create a subdomain using XMWS.
I want to create a subdomain using XMWS.
I wrote the test code below.

<?php
  require_once '../../conf.php';
  require_once '../../lib/xmwsclient.class.php';
  $xmws = new xmwsclient();
  $xmws->InitRequest($apiurl, 'sub_domains', 'CreateSubDomain', $apikey);
  $xmws->SetRequestData('<subname>test.mydomain.com</subname><subdirectory>/test_mydomain_com</subdirectory><uid>zadmin</uid><autohome>1</autohome>');
  $response_array = $xmws->XMLDataToArray($xmws->Request($xmws->BuildRequest()));
  if ($response_array['xmws']['response'] <> 1101) {
    die("API Error: " . $response_array['xmws']['content']);
  }
  else {
    echo $xmws->Request($xmws->BuildRequest());
  }
?>

It does not work normally.
I confirmed that it is registered in the database table x_vhosts.
It does not appear on the sentora subdomain manager.

What is the problem?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Public_html Inside Domain/Subdomain zHostingSolutions 2 6 ,388 07-23-2021, 09:57 AM
Last Post: Nigel
redirect error after letsencrypt + subdomain mizerek 1 5 ,918 08-06-2020, 04:54 AM
Last Post: mizerek
Cannot Create 2nd 'Addon' Domain In Sentora? Error: Invalid backend configuration. Re BattlinThrough 2 7 ,687 07-07-2020, 01:22 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)