I enabled a module in orchard and it popped up with an error. It blocked my access to admin configuration in Orchard.
In order to disable the feature which caused this issue, we can simply run command 'DISABLE FEATURE NAME TRUE'; but what if you do not remember the complete name of feature.
To list all enabled and disabled features in Orchard use the following command:
orchard> feature list /Summary:true
Hope you find it helpful.
No comments:
Post a Comment