简体   繁体   中英

how to enable module in magento?

content is not displayed in system->configuration tab in magento-admin

how can we to enable and disable module, if content is not displayed?

is their any way to display content in this tab.

Log in to the Magento admin panel. Go to System -> Configuration. Scroll to the bottom of the left hand navigation and click Advanced. Find the module name and ensure that the drop down is set to enabled. Click save.

you can disable module through in module.xml file just remove that xml file

module xml file located at app/etc/modules/yourmodule_name_.xml

Go to database and find "core_config_data" table.

Find your module name and change value from "1" to "0" or "0" to "1".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM