I emailed Ballen, and he told me I was executing the xmws client wrong. I'm assuming it was changed somewhere down the line because none of his example codes work either (same error as this), but changing it the way he told me fixed the first two errors (the warnings)
You'll see this code to initiate it in the wiki/examples:
and the panel url is also there.
He advised me the correct way to do is
or just filling it in as a variable.
I still have the fatal error, and I'll update that as soon as we figure out what is going on here.
You'll see this code to initiate it in the wiki/examples:
Code:
$xmws = new xmwsclient();
$xmws->serverkey = "blah blah blah"
He advised me the correct way to do is
Code:
$serverkey = "**********";
$panelurl = "http://*******";
$xmws = new xmwsclient($panelurl,$serverkey);
I still have the fatal error, and I'll update that as soon as we figure out what is going on here.
Development:
Sentora WHMCS Addon - Started
Sentora ClamAV Virus Scanner Plugin - Not Started
Sentora WHMCS Addon - Started
Sentora ClamAV Virus Scanner Plugin - Not Started