Hey guys. Thanks for reporting this.
It's difficult to say why this is happening on your
installation, but here are some things that I would take a look at:1. Did you configure a Membership Options Page for s2Member?
2. Are you logged out whenever you're testing?
3. Are you absolutely sure it's a category that you're trying to protect? Some themes manipulate your content in various ways, and sometimes, what appears to be a category view, is actually just a custom query where your theme is pulling details out of your database and displaying them in a very custom way.
4. Does your WordPress theme have any reference to this function [ query_posts() ] ?
If so, please read this article, as it talks about the required use of "
wp_reset_query()".
http://www.webtechwise.com/wp-reset-que ... ess-hacks/5. Have you run your tests with just the default WordPress theme? If so, does that work?
6. Are you running any plugins that make custom queries? If so, disable them until you find the culprit.