Removing an Modx extra manually

277 Views Asked by At

I have installed a few extras via Installer but removed them later. However, Installer has not been able to remove them successfully. For example, site log is now full of error messages of partially installed/removed extras.

How could I remove manually all traces of these extras? Where is the data stored?

2

There are 2 best solutions below

0
On BEST ANSWER

Removing the value {locator":{"path":"[[++core_path]]components/locator/model/"} from extension_packages system setting helped.

Thanks @anton-tarasow.

3
On

Usually extras store files into two folders (I assume you have basic MODX settings): /assets/components/{yourExtraAliasName} and /core/components/{yourExtraAliasName}

Also please read carefully your log, maybe some snippet calls still exist somewhere in chunks/templates/snippets/TVs, you should find and remove them too.

After all, it'll good to clear MODX cache as well.