After I installed a theme in Magento 2 I have logged in to the admin panel that is showing this error:
There has been an error processing your request. Exception printing is disabled by default for security reasons.
Error log record number: 1965137376".
How can I fix this error?
-
1Start by going to var/report and reading the error in file 1965137376 paste the error into your question if you still need some helpharri– harri2017年06月13日 09:25:49 +00:00Commented Jun 13, 2017 at 9:25
-
1Go to etc where you can find local.xml.sample remove sample from end of this file, you will able to print error on screenuser00247– user002472017年06月13日 09:28:06 +00:00Commented Jun 13, 2017 at 9:28
1 Answer 1
Deploy the static blocks in command line
php bin/magento setup:static-content:deploy
Teja Bhagavan Kollepara
3,8275 gold badges33 silver badges69 bronze badges
default