EllisLab text mark
Advanced Search
     
XMLRPC $this->xmlrpc->server() - returns nothing
Posted: 27 October 2012 06:59 PM   [ Ignore ]
Avatar
Joined: 2011-04-26
22 posts

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.)

$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.