cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.3 Error component register

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento 2.3.3 Error component register

Hi, 

I have received this error on top of every page on the frontend, backend and on the server whenever i invoked bin/magento command.. 

I have tried setup:di:compile its succeeded but restoring a backup it failed. 

Can someone guide me what other ways to solve this error

 

Thank you,

Handy

Magento 2.3.3

 

error code on top of every page

\Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::MODULE, '[Liem]_[buana]', __DIR__ );

\Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::THEME, 'adminhtml/[Liem]/[buana]', __DIR__ );

error.jpg

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.3.3 Error component register

Hello,

 

into ssh you can find which file contain that word

 

let's e.g

grep -Ril "buana" app

 

it will list down all files where is added that code.

 

And check that file

 

if works then mark a solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

1 REPLY 1

Re: Magento 2.3.3 Error component register

Hello,

 

into ssh you can find which file contain that word

 

let's e.g

grep -Ril "buana" app

 

it will list down all files where is added that code.

 

And check that file

 

if works then mark a solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer