DA update 1.26.2 breaks API?

floris

Verified User
Joined
Oct 23, 2005
Messages
94
Since my update to 1.26.2 the API commands CMD_API_SHOW_DOMAINS and CMD_API_SUBDOMAINS and possible others do not work anymore. No errors, just empty results. Same script works fine on 1.26.1 and older versions.

$da = new HTTPSocket;
$da->connect("ssl://localhost", 2222);
$da->set_login($_SERVER['USER']);
$da->query('/CMD_API_SHOW_DOMAINS', array());

Any clues?
Floris
 
What Operating System?
Have you been able to reproduce this on other servers or just the one.

And have you notified DirectAdmin directly?
 
FreeBSD 6.0. Just this one (i only have one). I have contacted DA directly... will post any news on the matter as i receive it.
 
Last edited:
Back
Top