- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:43 PM
04-26-2018
01:43 PM
After i do login with my credentials, the admin panel doesn't load. There is someone can that help me?
Thanks
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:50 PM
04-26-2018
01:50 PM
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
6 REPLIES 6
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:48 PM
04-26-2018
01:48 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:49 PM
04-26-2018
01:49 PM
Re: Admin Panel doesn't loading
How i enable developer mode?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:50 PM
04-26-2018
01:50 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
01:59 PM
04-26-2018
01:59 PM
Re: Admin Panel doesn't loading
I have inserted the code, but in console of broswer i don't see nothing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
02:02 PM
04-26-2018
02:02 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2018
02:08 PM
04-26-2018
02:08 PM
Re: Admin Panel doesn't loading
In source page i don't see nothing