Check for xmlrpc.inc before loading
-
Can you update the plugin to check if xmlrpc.inc has already been loaded before doing the include? I’m getting a fatal error because I have other plugins that use the API that are loaded before this one.
A simple fix would be to update isdk.php to check for xmlrpc.inc functions/classes before loading. Something like this should work:
if(!function_exists('xmlrpc_encode_entitites') && !class_exists('xmlrpcresp')) { include("xmlrpc-3.0/lib/xmlrpc.inc"); }
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Check for xmlrpc.inc before loading’ is closed to new replies.