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

Était-ce utile?

La 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>

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top