I've got a xmlrpc client that I've recently added as a function to a 
script I've been working on but I keep getting the following error:

Fatal error: Call to a member function on a non-object in 
/my/path/xmlrpc.inc on line 706

Line 706: $r=new xmlrpcresp($v, $f->scalarval(), $fs->scalarval());


I'm admittedly new to php but was wondering if this was related to 
the global variable issue that I've seen mentioned on the list. 
Perhaps there is something basic about included files and scope that 
I'm missing here.

Any help or padding for the wall I've been banging my head against 
would be appreciated.

Kevin

--
For information about how to subscribe and unsubscribe from this list
visit http://xmlrpc.usefulinc.com/list.html

Reply via email to