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.
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);
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.
How i enable developer mode?
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);
I have inserted the code, but in console of broswer i don't see nothing
Don't check in console. Check in page source.
In source page i don't see nothing