cancel
Showing results for 
Search instead for 
Did you mean: 

Error log record number: 226187546553 each time i try to access my magento backend

SOLVED

Error log record number: 226187546553 each time i try to access my magento backend

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

Smiley Happy

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Error log record number: 226187546553 each time i try to access my magento backend

Error log record number will be dispaly each time when you reload the page with different report id.

Its mentions that its error for your store.

You can check your error log from `var/report` folder with specific report id.

When install new extension in Magento 2,
You must run below command from root of your magento instance

`php bin/magento setup: upgrade
php bin/magento setup:static-content deploy -f
php bin/magento cache:flush`
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

2 REPLIES 2

Re: Error log record number: 226187546553 each time i try to access my magento backend

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 !

 

if issue solved,Click Kudos & Accept as Solution

Re: Error log record number: 226187546553 each time i try to access my magento backend

Error log record number will be dispaly each time when you reload the page with different report id.

Its mentions that its error for your store.

You can check your error log from `var/report` folder with specific report id.

When install new extension in Magento 2,
You must run below command from root of your magento instance

`php bin/magento setup: upgrade
php bin/magento setup:static-content deploy -f
php bin/magento cache:flush`
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial