cancel
Showing results for 
Search instead for 
Did you mean: 

Admin Panel doesn't loading

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Admin Panel doesn't loading

After i do login with my credentials, the admin panel doesn't load. There is someone can that help me?

 

Thanks

Admin panel

 
 
 
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Admin Panel doesn't loading

Hello if you don't know how to enable developer mode then add below code into index.php

 

ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);

Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

6 REPLIES 6

Re: Admin Panel doesn't loading

Hello @iceman

 

Can you enable developer mode and check page source you will find actual error.

 

 

Hope it will help you. If it will work then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Admin Panel doesn't loading

How i enable developer mode?

Re: Admin Panel doesn't loading

Hello if you don't know how to enable developer mode then add below code into index.php

 

ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);

Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Admin Panel doesn't loading

I have inserted the code, but in console of broswer i don't see nothing

Re: Admin Panel doesn't loading

Don't check in console. Check in page source. 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Admin Panel doesn't loading

fdsf.PNG In source page i don't see nothing