Pregunta

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

¿Fue útil?

Solución

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>

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top