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
1 hour 16 min ago
2 hours 16 min ago
6 hours 3 min ago
7 hours 17 min ago
10 hours 53 min ago
18 hours 8 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 19 hours ago
1 day 22 hours ago