You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the last update I try to check every minutes mailbox to check and create new ticket with:
php7.1 /app/console oro:cron:diamante:emailprocessing:general
Start General Email Processing
[Zend\Mail\Protocol\Exception\RuntimeException]
cannot connect to host ; error = fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known) (errno = 0 )
[ErrorException]
fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known)
[ErrorException]
fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known
I didn't have that mistake before.
The text was updated successfully, but these errors were encountered:
Hello,
From the last update I try to check every minutes mailbox to check and create new ticket with:
php7.1 /app/console oro:cron:diamante:emailprocessing:general
Start General Email Processing
[Zend\Mail\Protocol\Exception\RuntimeException]
cannot connect to host ; error = fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known) (errno = 0 )
[ErrorException]
fsockopen(): unable to connect to :143 (php_network_getaddresses: getaddrinfo failed: Name or service not known)
[ErrorException]
fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known
I didn't have that mistake before.
The text was updated successfully, but these errors were encountered: