Remote frameworks fail suspend web without error
Web_suspend function not work
[PHP]
public function suspendWeb($domain) {
$params = array('sid' => $this->sesionid,
'module' => 'web',
'function' => 'web_suspend',
'params' => array('web_title' => '"'.$domain.'"' // web_title or web_id
));
if ($this->_soap->call('service', $params)) {
echo "domain $domain suspended";
return true;
}
if ($this->_soap->getError()) {
echo $this->_soap->getError().$domain;
return false;
}
}
[/SIZE]
result is domain domain.com suspended
not show error but not change status site on ISPConfig
web still exist in ISPconfig
Can any one help me
|
Recent comments
12 hours 44 min ago
13 hours 44 min ago
17 hours 31 min ago
18 hours 45 min ago
22 hours 21 min ago
1 day 5 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 9 hours ago