XF 1.1 The files necessary for uninstallation of this add-on could not be found. Please replace them.

Claudio

Well-known member
I would like to restring the uninstallation of a mod and last week I get this error from a mod I tried to uninstall:
The files necessary for uninstallation of this add-on could not be found. Please replace them.
How can I implement this on a mod I have downloaded?
I would like to hide this mod but I´m not sure if I can, so I would like to make it impossible to uninstall at least through the admin panel

Thanks
 
This error is shown, if the addon have a uninstall callback class, which couldn't be found.


So you'll need to check what's the registered callback class & method and then you could rename the class for example.
So you'll not be able to uninstall the addon, without changing the classname back to the original.


BUT why would you want to make this?:D
 
Top Bottom