Welcome Guest, Not a member yet? Register   Sign In
XMLRPC $this->xmlrpc->server() - returns nothing
#1

[eluser]Brad Martin[/eluser]

Hey guys i have a problem with XMLRPC im using the following. (I originally had the url to my other codeigniter server app with the same problem.)

Code:
$this->load->library('xmlrpc');
$this->xmlrpc->server('http://rpc.pingomatic.com/', 80);
exit('test');

It never makes it to the exit('test'); i have all logging on and the last log entry is "XML-RPC Class Initialized"

So i have no idea why it wont proceed. Im loading this from inside a model.








Theme © iAndrew 2016 - Forum software by © MyBB