Issues upgrading from 9.1.8 to 9.2.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jhudson
    Junior Member
    • Jul 2025
    • 4

    #1

    Issues upgrading from 9.1.8 to 9.2.2

    I am having issues upgrading Espo from 9.1.8 to the latest (9.2.2)
    I am not seeing much in the log, there is something about Imap Handler and some deprecation messages:
    Code:
    [2025-10-07 19:07:05] ERROR: EmailAccount: Could not create Imap Handler. Error: InjectableFactory: Class 'Espo\Modules\Outlook\Core\Outlook\ImapPersonalHan dler' does not exist.
    [2025-10-07 19:07:05] CRITICAL: (0) Failed job 68e5649d019b8f49d. CheckInboundEmails job failed, 677415ac225194807; cannot login, user or password wrong :: /var/www/html/application/Espo/Classes/Jobs/CheckEmailAccounts.php(55)
    [2025-10-07 19:07:15] ERROR: EmailAccount: Could not create Imap Handler. Error: InjectableFactory: Class 'Espo\Modules\Outlook\Core\Outlook\ImapPersonalHan dler' does not exist.
    [2025-10-07 19:07:15] CRITICAL: (0) Failed job 68e5649d019b8f49d. CheckInboundEmails job failed, 677415ac225194807; cannot login, user or password wrong :: /var/www/html/application/Espo/Classes/Jobs/CheckEmailAccounts.php(55)
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property React\Socket\Connection::$decor is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$resourceId is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$remoteAddress is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$httpHeadersReceived is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$httpBuffer is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$httpRequest is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$WebSocket is deprecated
    [2025-10-07 19:07:17] NOTICE: E_DEPRECATED: Creation of dynamic property Ratchet\Server\IoConnection::$WAMP is deprecated
    (END)
    I have tried removing all the extensions and upgrading again, but that doesn't seem to make much of a difference.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9441

    #2
    What exactly does not work? Deprecation messages not related to upgrade. You can disable them in PHP. They don't have any effect. The IMAP error is likely due to Outlook extension being uninstalled but the email account being configured for Outlook.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...