RE: xbilling - error in frontend
10-26-2016, 09:49 PM
(This post was last modified: 10-26-2016, 10:12 PM by hackkill CraftHosting.)
(10-26-2016, 02:57 AM)modpluz Wrote: @[hackkill CraftHosting],
There could be several reasons why your request failed.
Try debugging from inside
Code:xmwsclient.class.php
What do I debug that part ?
@[Tgates] Can you help me ?
Code:
function BuildRequest() {
$request_template = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" .
"<xmws>" .
"\t<apikey>" . $this->serverkey . "</apikey>\n" .
"\t<request>" . $this->method . "</request>\n" .
"\t<authuser>" . $this->username . "</authuser>\n" .
"\t<authpass>" . $this->password . "</authpass>\n" .
"\t<content>" . $this->data . "</content>" .
"</xmws>";
return $request_template;
}