gherget
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync stuck between Mailchimp and WoocommerceProblem solved.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync stuck between Mailchimp and WoocommercePerfect, now existing orders will synced as well!
Thank you very much,
GaborForum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync stuck between Mailchimp and WoocommerceMy server has one dedicated outbound IP address.
I’ve reset the WP plugin, created a new API key and also removed and reset the connection within Mailchimp. New orders including their products will be added to Mailchimp now. The sync itself is still stuck and previous orders won’t be added to Mailchimp. (wp-cron.php will be triggered every 5min)
I also couldn’t find any errors in the log why the sync stopped.
Thank you,
GaborForum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync stuck between Mailchimp and WoocommerceI did a curl from my server and received a well formatted JSON.
curl -v -X GET https://us19.api.mailchimp.com/3.0/ecommerce/stores?apikey=###- well formatted JSON, starting as follows (replaced content with ### due to privacy…):
{ "stores": [ { "id": "###", "list_id": "###", "name": "Mr Bojli", "platform": "woocommerce", "domain": "https://www.mr-bojli.hu", "is_syncing": true, "email_address": "[email protected]", "currency_code": "HUF", "money_format": "Ft", ...
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Sync stuck between Mailchimp and WoocommerceSure, please find my details below:
– What plugin version are you using?
Version 2.1.17
– Are you on a shared hosting plan?
I manage my server with the help of the server management tool Runcloud and use Cloudflare also (caching is bypassed for all admin sites). Web Application Stack: NGINX + Apache2 Hybrid
– What PHP version are you using and what is the memory limit is set to?
PHP 7.3 and MEMORY_LIMIT: 256MB
– Do you have any caching plugins or services running?
W3 Total Cache (Page Cache and Browser Cache enabled only)
– Have you tried a fresh uninstall or reinstall?
Yes, I have tried fresh uninstall and reinstall of the plugin.Thank you, Gabor