19

I am unable to see any type of error in magento2. i am implementing custom payment gateway but when i add a dropdown list in backend admin panel of magento2 At that time its shows blank page and when i console it shows only 500 internal server error.

Rakesh Jesadiya
  • 42,221
  • 18
  • 132
  • 183
Ayush Mittal
  • 535
  • 2
  • 8
  • 16

2 Answers2

29

Go inside root pub/errors folder,

Just copy local.xml.sample to local.xml

Also you can enable display_errors from app/bootstrap.php file. At line no. 11 remove # from the start of the line.

Now the final statement displays as ini_set('display_errors', 1);

7ochem
  • 7,532
  • 14
  • 51
  • 80
Rakesh Jesadiya
  • 42,221
  • 18
  • 132
  • 183
0

The techniques provided by magestore to debug https://www.magestore.com/magento-2-tutorial/debug-technique-in-magento-2/

zuber bandi
  • 1,062
  • 1
  • 11
  • 22