Question

In Magento 2 we can show all the modules and check whether they are active or not using php bin/magento module:status

What is the alternative in Magento 1. Thanks in advance

Was it helpful?

Solution

There is no command-line command equivalent for Magento 1.

You have two options to confirm:

Backend

System -> Configuration -> Advanced -> Advanced - unfortunately this will only show enable / disable Output, not if the module is completely disabled.

File Structure

Module configurations are located at app/etc/modules/. You will have to go through those modules and see which ones are <active>

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top