skip to Main Content

i got stuck in this error

Import failed: Circular dependency: MagentoLoggingModelHandlerControllers depends on MagentoFrameworkViewElementUiComponentFactory and vice versa.

help me i am stuck from 2 days

2

Answers


  1. Disabling ‘Magento_Logging’ in app/etc/config.php will make it possible to at least run setup:upgrade without errors:

    'Magento_Logging' => 0,
    
    Login or Signup to reply.
  2. You can try running below command, it may help

    redis-cli FLUSHALL
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search