1

別の拡張機能を試してみたいので、互いに競合する2つの拡張機能があります。したがって、拡張機能を一時的に無効にします。古い拡張機能が再び必要になることがわかった場合は、それを有効にします。

これを達成する方法はありますか?

Remove Extension拡張機能を完全に削除すると思います。編集する必要がありlocalconf.phpますか?

4

1 に答える 1

3

Use Extension Manager for this, it will NOT remove files and databases, just will modify the localconf.php to disable extension. After test you can safely turn it on the same way.

Try to avoid any operations like Database Compare in the install tool while testing as you can accidentally delete tables of that disabled extension.

于 2012-09-19T10:36:43.420 に答える