I am trying to install Infusionsoft Analytics for wordpress on our site, but am getting the following error:
Fatal error: Cannot redeclare class iSDK in /home/content/p3pnexwpnas04_data01/24/2414024/html/wp-content/plugins/infusionsoft-web-tracker/isdk.php on line 13
We are also running Event Expresso, which also uses the Infusionsoft API key. Not sure if this is causing the problem.
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>Hi,
I’ve installed the plugin and activated it but there seems to be a problem with the settings page.
When prompted I enter the application name and key, but when I click save, it goes to a blank page. I know the information entered is correct because I use this information in another Infusionsoft plugin.
When I go back to this page it prompts me to enter this information again and doesn’t appear to have saved the info I previously entered. I have checked HTML on the site and there is no tracking that is inserted after this process.
Hopefully you can help as I have 3 separate domains with this issue.
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>I learnt about Infusionsoft Analytics for WordPress here.
It says I need to insert my API key. But the plugin does not give me any way to do this. How do I know if the API is actually working?
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>Is this plug-in compatible with WP 4.1.1? My question about the API information disappearing has not been responded to. I’m wondering if it is a compatibility issue.
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>After installing the plug-in and activating it, I add the API details. After hitting save, the Infusionsoft Analytics for WordPress information disappears. When I get back in through Settings, the API information was not saved. I have tried deactivating and deleting and re-installing.
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>Hello,
I was told to use your plugin on our site, but it has not been updated in two years. Will it work without problems on version 3.9.1?
Thanks.
https://www.ads-software.com/plugins/infusionsoft-web-tracker/
]]>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/
]]>