Unknown App Requested for this version (0) of the api: spamd
I have an established, functional script that stopped working this week. It creates a connection to each of my cpanel servers and fetches poll results of spamd via a PHP API call:
$cp = ControlPanel::instance("server.ourhosting.tld");
$cp->spamd();
results in:
object(stdClass)#43 (1) {
["error">=>
string(60) "Unknown App Requested for this version (0) of the api: spamd"
}
This call was working until quite recently. Anyone have any insight into this?
I am also looking into firewall settings.
-
Obviously its not firewall settings. By returning an error, I am connecting to API, so its inside that. Spamd config IP settings doesnt seem to be it either, for the same reason. Im running most servers on v74.0.9 and CLOUDLINUX 7.5 vmware. Some few are CLOUDLINUX 6 / v74.0.9. 0 -
Hello @Michael Turner, Can you provide some more information about the specific API function you are using? Thank you. 0
Please sign in to leave a comment.
Comments
2 comments