Plugin failing on addWithDupCheck
-
I am getting a fault code == 12 from the xmlrpc client. The exception being thrown is Invalid Parameter. The specific error message is:
PHP Fatal error: Uncaught [InvalidParameter]Duplicate call to addWithDupCheck detected\n Attempted: 1 time(s). thrown in /nas/content/live/blebootcamp/wp-content/plugins/infusionsoft/Infusionsoft/App.php on line 99, referer: xxx
The xml from the xmlrpcmsg is as follows and is valid. I don’t understand why I’m getting this error. Any insight would be appreciated:
<?xml version=”1.0″ encoding=”UTF-8″?>
<methodCall>
<methodName>ContactService.addWithDupCheck</methodName>
<params>
<param>
<value>
<string>c<!–token–></string>
</value>
</param>
<param>
<value>
<struct>
<member>
<name>Email</name>
<value>
<string>[email protected]</string>
</value>
</member>
<member>
<name>_AlternativeFacebookName</name>
<value>
<string />
</value>
</member>
<member>
<name>_AlternativeFacebookEmail0</name>
<value>
<string />
</value>
</member>
</struct>
</value>
</param>
<param>
<value>
<string>Email</string>
</value>
</param>
</params>
</methodCall>
- The topic ‘Plugin failing on addWithDupCheck’ is closed to new replies.