Announcement

Collapse
No announcement yet.

Outlook integration not working on 7.3.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Outlook integration not working on 7.3.1

    Hi

    Today we updated to version 7.3.1. Immediatly after the update, I found many of the following logs in the logfile:
    Code:
    [2023-01-10 23:40:02] ERROR: JobManager: Failed job running, job '63bdf6d974ba0e963'. Job CheckInboundEmails 5d413029b4d9af2c8: [500] Oauth: Error while refreshing token: Curl failure.; at C:\wamp64\www\espocrm.domain.tld\application\Espo\ Classes\Jobs\CheckInboundEmails.php:60. [] []
    [2023-01-10 23:40:02] ERROR: JobManager: Failed job running, job '63bdf6d983d33d913'. Job CheckEmailAccounts 570774f977d2acff1: [500] Oauth: Error while refreshing token: Curl failure. C:\wamp64\www\espocrm.domain.tld\application\Espo\ Modules\Outlook\Core\Outlook\Clients\Outlook.php:2 50; at C:\wamp64\www\espocrm.domain.tld\application\Espo\ Classes\Jobs\CheckEmailAccounts.php:61. [] []
    [2023-01-10 23:40:02] ERROR: JobManager: Failed job running, job '63bdf6d98744d2ba6'. Job CheckEmailAccounts 575a6000e5741c5f3: [500] Oauth: Error while refreshing token: Curl failure. C:\wamp64\www\espocrm.domain.tld\application\Espo\ Modules\Outlook\Core\Outlook\Clients\Outlook.php:2 50; at C:\wamp64\www\espocrm.domain.tld\application\Espo\ Classes\Jobs\CheckEmailAccounts.php:61. [] []
    [2023-01-10 23:40:02] ERROR: JobManager: Failed job running, job '63bdf6d98a36fb3b1'. Job CheckEmailAccounts 57922c0210e32a41b: [500] Oauth: Error while refreshing token: Curl failure. C:\wamp64\www\espocrm.domain.tld\application\Espo\ Modules\Outlook\Core\Outlook\Clients\Outlook.php:2 50; at C:\wamp64\www\espocrm.domain.tld\application\Espo\ Classes\Jobs\CheckEmailAccounts.php:61. [] []
    [2023-01-10 23:40:02] ERROR: JobManager: Failed job running, job '63bdf6d98cf28f316'. Job CheckEmailAccounts 62ff6584d6d201daa: [500] Oauth: Error while refreshing token: Curl failure. C:\wamp64\www\espocrm.domain.tld\application\Espo\ Modules\Outlook\Core\Outlook\Clients\Outlook.php:2 50; at C:\wamp64\www\espocrm.domain.tld\application\Espo\ Classes\Jobs\CheckEmailAccounts.php:61. [] []
    I'm also not able to reconnect my Office365 account with EspoCRM. If I try I get the following error:
    Code:
    [2023-01-10 23:40:05] ERROR: (0) Curl failure.; POST /ExternalAccount/action/authorizationCode; line: 349, file: C:\wamp64\www\espocrm.domain.tld\application\Espo\Core\ExternalAccount\OAuth2\Client.php [] []
    Am I doing anything wrong?​ Or is there a new procedure on connecting Office365 with EspoCRM?
    Last edited by lucakuehne; 01-10-2023, 11:55 PM. Reason: Additionals

  • #2
    Hi,

    Did you upgrade something on your server (besides Espo)? It seems that curl_exec returns false: https://www.google.com/search?q=php+...+returns+false. Might be an issue that your server can't verify SSL.

    Comment


    • #3
      Yes, I had to because of the new PHP requirements of EspoCRM.

      But your response pushed me to the right track. It seemed to be an SSL issue with curl.
      Thank youn very much for your help!

      Comment


      • #4
        UPDATE:
        Okay, so it does NOT work yet. The Connection with Office 365 works, but there are other errors now. :-(
        Code:
        [2023-01-11 09:20:46] ERROR: (404) GET /; line: 73, file: C:\wamp64\www\espocrm.domain.tld\application\Espo\ EntryPoints\Attachment.php [] []
        [2023-01-11 09:20:46] ERROR: (404) GET /; line: 73, file: C:\wamp64\www\espocrm.domain.tld\application\Espo\ EntryPoints\Attachment.php [] []
        [2023-01-11 09:20:58] ERROR: (404) GET /; line: 73, file: C:\wamp64\www\espocrm.domain.tld\application\Espo\ EntryPoints\Attachment.php [] []
        [2023-01-11 09:20:59] ERROR: (404) GET /; line: 73, file: C:\wamp64\www\espocrm.domain.tld\application\Espo\ EntryPoints\Attachment.php [] []
        [2023-01-11 09:21:00] ERROR: Email sending:Could not get stream for non-existing 'data/upload/63bd3d437dfa3b349'.; 0 [] []

        Comment

        Working...
        X