• Resolved harkedai

    (@harkedai)


    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 866

    Parse 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/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter harkedai

    (@harkedai)

    Once I logged out of wordpress and tried to get back in at https://www.mywebsite.com/wp-admin, I received 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 866′

    I am not able to figure out what is wrong. Can someone help me please.

    mhobbi01

    (@mhobbi01)

    I am having the same issue… Can someone please fix this ASAP???

    ntarantino

    (@ntarantino)

    Confirmed the same issue.

    swinghail

    (@swinghail)

    I’m also getting this error…. it’s on my client’s live site ??

    JezHK

    (@jezhk)

    looks like a copy paste error in constant-analytics.php – the version in 2.3.3 has an extra section of code (right at the end of the file) that once removed fixes this issue. (basically the section you have all pasted, from ‘each’ to ‘?>’).

    Hope this helps!

    Plugin Author Zack Katz

    (@katzwebdesign)

    I apologize for these issues. 2.3.5.1 – just uploaded – will fix these issues.

    Somehow a few files had some copy/pasted code…I have no idea how that happened, as I was testing the plugin on my own site before upload.

    Sorry for the trouble!

    tadhgrrr

    (@tadhgrrr)

    still getting an error for the form designer with 2.3.5.1:

    Parse error: syntax error, unexpected ‘}’

    wp-content/plugins/constant-contact-api/form-designer-meta-boxes.php on line 768

    anybody else getting this?

    tadhgrrr

    (@tadhgrrr)

    i removed this from the end of the file mentioned above

    –>
    <?php
    }

    ?>

    and its working now

    mattbovell

    (@mattbovell)

    Can someone tell me if 2.3.6 resolves these issues? A release prior to 2.3.6 displayed error messages above my web site and then prevented me from logging into the backend. I deleted the API via FTP and installed a back level (2.3.1) and everything is back to normal.

    I don’t want to upgrade to 2.3.6 if it is going to break my site again.

    I’m on WordPress 3.3.1 and theme 2010 Weaver 1.5.4

    Plugin Author Zack Katz

    (@katzwebdesign)

    Yes, this is fixed in Version 2.3.6.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Constant Contact for WordPress] Problem activating constant contact api: form designer’ is closed to new replies.