Cleanup Feature Manager List?
Due to development and installing some nasty plugin I have a bunch of items in Feature Manager that don't exist anywhere on my server.
If I grep for the names, they don't exist.
Where is the Feature Manager list derived from, can I edit this or clean it up somehow?
Thanks.
-
Hi @jimlongo The available default features are listed in our documentation here: Feature Manager - Version 74 Documentation - cPanel Documentation Thanks! 0 -
Thanks cPanelLauren, I don't think I expressed my question clearly. I now have a bunch of checkboxes-with-names in the Feature Manager for plugins that don't exist on the system. I want those items to not be there. I'm wondering how I can remove them. 0 -
Hi @jimlongo The documentation here: Guide to cPanel Plugins - Uninstall Plugins - Developer Documentation - cPanel Documentation might be helpful. To remove those features the plugin files need to be removed 0 -
I'm sorry, but all the files have been removed, yet the selections still appear in Feature Manager (WHM). That's what I want to clean up. Can you tell me where that information is stored? 0 -
Hi @jimlongo For cPanel Plugins: /usr/local/cpanel/base/frontend/paper_lantern/
and WHM Plugins:/usr/local/cpanel/whostmgr/docroot
The issue being they're integrated recursively in different locations in these directories. Plugins are registered through appconfig you HAVE to uninstall them using the scripts I noted previously./usr/local/cpanel/scripts/uninstall_plugin plugin_file --theme=theme_name
You may also need to look in /var/cpanel/apps/ this is noted in the AppConfig documentation for Configuration Files. Guide to WHM Plugins - AppConfig Configuration File - Developer Documentation - cPanel Documentation Can you confirm if you're able to find residual files in any of these locations? What happens when you run the script? As this would be the best way to ensure that everything associated with the plugin you installed is removed. Thanks!0 -
I found files in /usr/local/cpanel/whostmgr/addonfeatures/ that created the stray features in the Feature Manager. Delete those the feature goes away. 0
Please sign in to leave a comment.
Comments
6 comments