[Plugin: Constant Contact for WordPress] Problem activating constant contact api: form designer
-
I successfully activated Constant contact api but when I tried to activate the form designer I get this message
‘each ($arr as $k => $v) { $temp[] = ‘”‘.$k.'”:’.cfjson_encode($v); } $json_str .= implode(‘,’, $temp); $json_str .= ‘}’; } else if (is_string($arr)) { $json_str = ‘”‘. cfjson_encode_string($arr) . ‘”‘; } else if (is_numeric($arr)) { $json_str = $arr; } else if (is_bool($arr)) { $json_str = $arr ? ‘true’ : ‘false’; } else { $json_str = ‘”‘. cfjson_encode_string($arr) . ‘”‘; } return $json_str; } } ?>
Warning: Cannot modify header information – headers already sent by (output started at /hermes/web02/b664/moo.faithnfundingcom/wp-content/plugins/constant-contact-api/constant-analytics.php:873) in /hermes/web02/b664/moo.faithnfundingcom/wp-includes/pluggable.php on line 866Parse error: syntax error, unexpected ‘}’ in /hermes/web02/b664/moo.faithnfundingcom/wp-content/plugins/constant-contact-api/form-designer.php on line 535′
Can some body please explain me how to fix this ?
https://www.ads-software.com/extend/plugins/constant-contact-api/
- The topic ‘[Plugin: Constant Contact for WordPress] Problem activating constant contact api: form designer’ is closed to new replies.