Setting up Infusionsoft as a library |
[eluser]Unknown[/eluser]
Hello everyone, I am having some trouble implementing the infusionsoft SDK. I noticed the posting at: http://ellislab.com/forums/viewthread/163703/ however, updating the XML_RPC did not help. outside of CI, the following code works as expected: Code: require("isdk.php"); However in my codeigniter controller, I have it setup like so: Code: public function index() the Isdk.php library has: include("xmlrpc-3.0/lib/xmlrpc.inc"); which is also in the libraries folder. The error generated in CodeIgniter is a 500 Internal Server Error. Any questions/comments/suggestions are greatly appreciated. Thanks! |
Messages In This Thread |
Setting up Infusionsoft as a library - by El Forum - 12-14-2011, 09:36 PM
|