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:
I have tried removing all the extensions and upgrading again, but that doesn't seem to make much of a difference.
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)
Comment