Hello !
I'm using ISPConfig 2.2.29 with the Remoting framework 4.2.1 on Debian Ethch, and I have some problems with the API :
1. The API does not work when i try to list a site that starts with a number (
www.1site.com) using the
web_list function.
2. I can't delete sites (web) using the API, if it is a problem with the recycle bin, there is an empty function for? I'm using this function :
Code:
// Deleting a Web
$params = array ('sid' = > $session_id,
'module' = > 'web',
'function' = > 'web_delete',
'params' = > array ( web_title = > '$domaine'));
$soap_client- >call('service',$params);
if($err = $soap_client- >getError()) die("Error: ".$err);
3. When i create a data base (MySQL) using the API, i can't retrieve the information about the DB (like DB name and user).
Thanks in advance !
Recent comments
1 day 5 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 21 hours ago
2 days 10 hours ago
2 days 12 hours ago