“Plugin isn’t configured” message due to compability issue with SecuPress
-
First of all, thank you for a great plugin.
Some time ago the plugin started to nag me about it isn’t configured despite it was. Another thing I noticed was that there were no post types listed on the settings page. Today I finally dug into your code to understand why.
It turned out that get_disabled_post_types() returns and empty array.
Why? All post types were removed in a foreach-loop at the beginning of settings-page.php.
Why? Because they didn’t support comments.
Why? Because I use SecuPress in which I had checked a checkbox saying that I don’t need comments. Unchecking the checkbox solved the problem.
I haven’t dug into the code of SecuPress, but I don’t believe it do all things your plugin does. Thus, I wan’t to use both. Now I know how. But I guess other will run into the same problem with SecuPress or other security plugins. I therefore suggest you find another way to check if the plugin is setup or not, e.g. a simple flag.
Thanks again for a great plugin.
- The topic ‘“Plugin isn’t configured” message due to compability issue with SecuPress’ is closed to new replies.