0

My control admin of magento not load (it looks white). I tried several things how example: delete cache and with other explorers, etc... and really i need help because with this i tried 15 times.

I have XAMP 7.2 and Magento 2.3, windows 8.1

Keyur Shah
  • 18,046
  • 6
  • 66
  • 80
  • 1
    check this https://magento.stackexchange.com/questions/269104/magento-2-3-1-is-not-working-in-xampp/269111#269111 – fmsthird May 10 '19 at 11:24

1 Answers1

0

This may help you to debug it:

Add below code in top of the index.php file of magento root, then look for the error

error_reporting(-1);
ini_set('display_errors', 'On');

Also, please check the log files.

Saphal Jha
  • 1,873
  • 15
  • 26