hello
i am trying to develop an plugin for cpanel when i use UAPI Functions - SSL::list_certs i am getting this error " Child failed to make LIVEAPI connection to cPanel " can not debug or know what caused this
my code is php and this is my code
please help
i am trying to develop an plugin for cpanel when i use UAPI Functions - SSL::list_certs i am getting this error " Child failed to make LIVEAPI connection to cPanel " can not debug or know what caused this
my code is php and this is my code
PHP:
// List an account's certificates.
$SSL_list_certs = $livecpapi->uapi(
'SSL', 'list_certs',
);
var_dump($SSL_list_certs);
please help