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
2 days 23 hours ago
3 days 8 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 13 hours ago
3 days 15 hours ago
3 days 16 hours ago
3 days 18 hours ago
4 days 10 hours ago
4 days 10 hours ago