Hello, am new in magento, and i am using magento 2
Since i installed some extensions, i see this message Error log record number: 226187546553
when i refresh my page, everything looks ok, but each time i launch back or front end, i have the same message; how can i fix that ?
Please help me
Solved! Go to Solution.
Hi @carl_barth
This is error log number - 226187546553
This error log number will only shows when your magento environment is in production mode or either in default mode.
To resolve this error first you need to go var/report directory of magento 2.
over there you need to find error log file name called this - 226187546553
open that file - check what error its showing and post that error for the same !
generally as you mention that you have installed extension - so its requires to run below commands :
php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
If you run above mention command in sequence - that will resolve that error ! and you are able to see your frontend and backend for the same !
It will works !