You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am testing cron jobs now that I've updated to CiviCRM 5.8.2. Testing the CRON job with https://.../wp-content/plugins/civicrm/civicrm/bin/cron.php?name=xxx&pass=xxx&key=xxx.
Getting
Warning: Declaration of CRM_Mailchimp_Permission::check($permissions) should be compatible with CRM_Core_Permission::check($permissions, $contactId = NULL) in /home/xxx/public_html/wp-content/uploads/civicrm/ext/uk.co.vedaconsulting.mailchimp/CRM/Mailchimp/Permission.php on line 40
Sent Report mail has been sent.
Have not seen this before, although I've not tested the cron job via the http interface in quite a while.
How do I fix the warning?
The text was updated successfully, but these errors were encountered:
Update: reset the webhook and nothing worked. No synchronization happening even though testing the webhook shows that it's getting correct Mailchimp account and email.
Also getting
Warning: invalid argument supplied for foreach() in /home/sudbu904/public_html/wp-content/uploads/civicrm/ext/uk.co.vedaconsulting.mailchimp/CRM/Mailchimp/Utils.php on line 228
Am testing cron jobs now that I've updated to CiviCRM 5.8.2. Testing the CRON job with https://.../wp-content/plugins/civicrm/civicrm/bin/cron.php?name=xxx&pass=xxx&key=xxx.
Getting
Warning: Declaration of CRM_Mailchimp_Permission::check($permissions) should be compatible with CRM_Core_Permission::check($permissions, $contactId = NULL) in /home/xxx/public_html/wp-content/uploads/civicrm/ext/uk.co.vedaconsulting.mailchimp/CRM/Mailchimp/Permission.php on line 40
Sent Report mail has been sent.
Have not seen this before, although I've not tested the cron job via the http interface in quite a while.
How do I fix the warning?
The text was updated successfully, but these errors were encountered: