magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.58k stars 9.32k forks source link

Upgrade 2.1.8 to 2.2.2 admin blank page #13521

Closed sambalay closed 6 years ago

sambalay commented 6 years ago

Preconditions

  1. Magento 2.1.8

Steps to reproduce

  1. After upgrade admin is showing the blank page

Expected result

  1. should show admin login page

Actual result

  1. Blank page also see this error main.CRITICAL: Unable to Connect to tcp://1.2.3.4(public IP):80. Error #110: Connection timed out {"exception":"[object] (Zend_Http_Client_Adapter_Exception(code: 0): Unable to Connect to tcp://1.2.3.4(public IP):80. Error #110: Connection timed out at /var/www/vhosts/dev.domain.com/httpdocs/vendor/magento/zendframework1/library/Zend/Http/Client/Adapter/Socket.php:235)"} []
sambalay commented 6 years ago

Also seeing this error too

main.CRITICAL: Dotmailer connector API endpoint cannot be empty. {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): Dotmailer connector API endpoint cannot be empty. at /var/www/vhosts/dev.domain.com/httpdocs/vendor/dotmailer/dotmailer-magento2-extension/Model/Apiconnector/Client.php:118)"} []

orlangur commented 6 years ago

Hi @sambalay, looks like there is an issue with third-party extension

/vendor/dotmailer/dotmailer-magento2-extension/Model/Apiconnector/Client.php:118)

Respective vendor should be contacted in such case, GitHub is intended for bug reports in Magento core modules.

simon-letch commented 6 years ago

Hey @sambalay, we are aware of the issue and you can track it's progress here: https://github.com/dotmailer/dotmailer-magento2-extension/issues/495

We have a fix for it which will be released in the next few days. It's caused by one of our cron jobs which is not checking if a dotmailer account has been connected before attempting to do work. It's highly unlikely to be the cause of your blank admin page.