Would be helpful to know what value has memory_limit parameter for php for CLI.
Announcement
Collapse
No announcement yet.
Mailchimp Integration - synchronization of lists is not working
Collapse
X
-
Thank you.
The problem, that we don't have errors logged. It can be that some internal error occurs while cron is running. Most likely it's a memory limit exceeded.
If you use Windows Task Scheduler to run cron.php you can append " > C:\path\to\some\log.txt" to your cron command. See more: https://stackoverflow.com/questions/...662086#8662086
Then all cron.php output (errors) will be logged in that file.
We will try to decrease memory usage, but first want to make sure it's really a memory limit issue.
Comment
-
Originally posted by yurikuzn View PostDid you try sync after that? Did it fail?
Originally posted by yurikuzn View PostI will release new version of mailchimp integration and EspoCRM 5.6.9 soon. There will be more optimized memory usage. I hope it will help.
Comment
-
I was able to successfully upgrade them.
But it still does not work.
Regarding the notifications: Sometimes I'll get one and sometimes not. But in the jobs-log everything shows up successfull. Also no errors in the cron-logs.
EDIT: I now got a notification regarding a sync, but I didn't do a sync in the last 30-60 minutes. But also there was nothing synced to mailchimp.Last edited by lucakuehne; 07-30-2019, 02:32 PM.
Comment
-
Hello Luca,
here you can find, how to debug sync process
Hi, I create a list to Espocrm for add my contacts. I save and execute the job sync with my mailchimp list. But the contacts number to mailchimp list is not
If you have access to the database, find created batch id and check the per-entry result in the playground.
Please tell us, if you don't have new records in mail_chimp_queue and in mail_chimp_batch.
Comment
Comment