cancel
Showing results for 
Search instead for 
Did you mean: 

"This page can’t be displayed" after Logging into Magento 2 ADMIN

"This page can’t be displayed" after Logging into Magento 2 ADMIN

We are facing issues after logged into Magento 2 Admin.

 

Login screen came and after login no dashboard appeared.

 

Instead

 

"This page can’t be displayed" ERROR came up.

 

http://127.0.0.1/mage2ee/admin_o0exa8/admin/index/​index/key/dbb62ca5c9c5ba2c36eceef7609226751a25f78...

 

Checked system and debug logs, not able to find anything.

 

Configuration is :

 

apache 2.4.9
 
php 5.5.12
 
mysql 5.6.17
 

Checked cookies too, and admin cookie is there.

 

I believe, right now Magento is working into default mode as we have not made any change till now.

 

From WAMP logs, below error found:

 

 

php_error.log

----------------

PHP Warning:  PHP Startup: Unable to load dynamic library 'D:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not be found.

in Unknown on line 0

 

Is this having relation with Magento 2 backend authorization?

 

There is issue in loading of CSS as well for admin.


Please help on this.

3 REPLIES 3

Re: "This page can’t be displayed" after Logging into Magento 2 ADMIN

You should not install Magento on a top-level domain or IP address: https://github.com/magento/magento2/issues/2439

Re: "This page can’t be displayed" after Logging into Magento 2 ADMIN

Problem is, due to firewall/proxy settings virtual hosts don't work here. So only solution is to run on localhost.

 

Also on Apache 2.4.4, we tried installing same way and admin is working smooth on ip 127.0.0.1.

 

Is any other solution for same ?

Re: "This page can’t be displayed" after Logging into Magento 2 ADMIN

We have removed issue of LDAP authentication too, still ADMIN not coming up for us.