OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems imap sync not working – identifier id is missing

This topic contains 6 replies, has 3 voices, and was last updated by  jneto 6 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27791

    Christian
    Participant

    OS: Gentoo Linux (kernel: 4.12.5)
    OroCRM: 2.3.0 (community edition)
    Apache 2.4.27
    MySQL 5.6.37
    PHP 7.0.21

    I can send e-mails but I can’t receive them in OroCRM. In the prod.log the following lines are repeating themselves over and over again:

    I am not using GMAIL but another provider. IMAP and SMTP is configured correctly, and IMAP folders are selected.

    Please advise!
    Christian

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #27792

    msulima
    Moderator

    Hi, Christian.

    Not enough information to reproduce your problem. What provider do you use? Some examples of configuration of application can help. Please, give as many information as you can.

    Previously, I had testing session with Gmail IMAP and have no problem (as you told), but no idea in what place that error can happen in your case.


    #27793

    Christian
    Participant

    Here is my imap configurtion:

    IMAP:
    host: imap.issp.at
    port: 993
    encryption: ssl

    SMTP:
    host: smtp.issp.at
    port: 465
    encryption: ssl

    I also provided username and password for login into those hosts.

    I clicked on the “Check connection/retrieve folders” button and that worked just fine.
    I have a list of all imap folders and I seleced a few of them.

    What does the error message in the log file mean?

    #27794

    msulima
    Moderator

    > What does the error message in the log file mean?

    Some query for entity ‘Oro\Bundle\SalesBundle\Entity\LeadEmail’ with ‘id’ equals to NULL.

    But I don’t want why it happen. Need to investigate IMAP provider that you use. Without that I can’t say more.


    #27795

    Christian
    Participant

    Well… there is nothing wrong with my IMAP provider. I use it with Thunderbird every day. And since the check you have incorporated into your config page says that everything is ok, I assume, the issue is somewhere on my machine, either with my setup or with the orocrm config.

    Well, I dont’ have the expertise to investigate the matter any further. Maybe some day in the future it will work. Until then I will use my trusted Thunderbird.

    Thanks for your time.

    #27796

    msulima
    Moderator
    #27797

    jneto
    Participant

    try this

    php app/console oro:cron:imap-sync

    and after
    php app/console oro:cron:email-body-sync

    to import the mail manualy and then check the logs.

    I don’t think your error in the log is related with the problem.

    It seems that the oro:message-queue:consume is trying to to something to a record already deleted, so the id is NULL. I don’t know if this error stop the cron to run other tasks.

Viewing 6 replies - 1 through 6 (of 6 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top