Magento 2 How to fix resolve Fatal error: Uncaught Error: Call to a member function setActive() on boolean in magento2


Solution and quick fixes for Magento 2 Fatal error: Uncaught Error: Call to a member function setActive() on boolean in magento2

 The following fatal error occurs in the magento 2. system when we are trying to do some changes or add some new functionalities , after adding the new functionality try to run the terminal commands to delete the cache , module upgrade so that the new changes will reflect on the particular store in magento 2
and run the shell commands


 bin/magento setup:di:compile

 bin/magento setup:static-content:deploy




after running the above command the following error occurs in magento2

 Fatal error: Uncaught Error: Call to a member function setActive() on boolean


Solution :

This can be solved by running the following command in your terminal or shell ssh

You need to be the root directory of magento2 installation



rm -r var/genereated/metadata/global.php


the metadata in the var folder is automatically generated, hence you can delete the above path .


Comments

  1. You wrote this post with great care and attention to detail regarding this issue. Your article provided me with useful information. It's quite beneficial to me as well as others. Thank you for continuing to share this type of information. Magento Theme Development

    ReplyDelete
  2. You've written a fantastic article about Incoming Call App Lock. This article provided me with some useful knowledge. Thank you for providing this information.

    ReplyDelete
  3. This article provided me with a wealth of information about Magento 1 to 2 product migration. The article is both educational and helpful. Thank you for providing this information. Keep up the good work.

    ReplyDelete

Post a Comment