pav1
Forum Replies Created
-
Thanks all for your help. It’s not clear why there are conflicts between plugins..but the fix was to delete and reinstall the Events Calendar plugin which was corrupted, presumably during a failed upgrade earlier which left the .maintenance file in place. This is PHP on a FastCGI Windows box.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Facebook connection issueHi there
when I try to Authorize my Facebook Account, I get the following message:
PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at <path>/NextScripts_SNAP.php:436) in <path>\inc-cl\apis\facebook.php on line 1502 PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at <path>\NextScripts_SNAP.php:436) in <path>\facebook.php on line 1502 Invalid or no certificate authority found, using bundled information Invalid or no certificate authority found, using bundled informationAny ideas? I suspect there are are multiple issues for the above messages to show. Many thanks in advance.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Interest Groupings ErrorHello Danny,
thanks for your timely response.
Indeed the “Add MailChimp field” select box should automatically create the correct HTML. And yes, that is the default generated.
I checked the Mailchimp generated form which works fine – can be found at here. In the Mailchimp native form, the radio buttons are referenced by ordinal:
<input type="radio" name="group[13]" value="1"> <input type="radio" name="group[13]" value="2">..etc as opposed to the:
<input type="radio" name="GROUPINGS[13]" value="Member: *default* receive all our emails on events, meetings, news, etc">generated by the “Add mailchimp field”.