Submitted by joeiska on Sun, 01/23/2011 - 11:23
What I am trying to accomplish is to REMOVE a Webalizer reporting totally from virtualmin's Features and Plugins.
What I did is to go to System Settings ----> Features and Plugins, I unchecked under Webalizer reporting and as defaults as well.
The following error appeared when I tried to save.
Failed to save enabled features : The feature Webalizer reporting cannot be disabled, as it is used by the following virtual servers : info24jam.com
Please help.
Status:
Active
Comments
Submitted by andreychek on Sun, 01/23/2011 - 12:40 Comment #1
Howdy -- what you'd need to do is first disable the feature from all existing domains, then you'd be able to remove that option from Features and Plugins.
To disable that feature from existing domains, you can run this command from the command line:
virtualmin disable-feature --webalizer --all-domains
After that, you should be able to disable that feature in Feature and Plugins.
Submitted by joeiska on Tue, 01/25/2011 - 03:09 Comment #2
It works, thank you.