After upgrading from Wordpress 2.6 to 2.7, the Feed Key feature of the
Members Only plugin I use at another blog was not working. Members Only is a WordPress plugin that requires users to login to your blog in order to read/write. In addition, you can protect your RSS feed as a unique URL is generated for each user.
Every user was getting the following error:
Feed Key is Invalid
The Feed Key you used is invalid. It is either incorrect or has been revoked. Please login to obtain a valid Feed Key.
The feed URL in the version of Members Only that worked with 2.6 changed during the upgrade to 2.7, so a simple URL change solved the problem. I attempted to contact the plugin's author
Andrew Hamilton and sent him the updated files, but I have not heard anything from him, so I am posting here for those who can use it.
Along the way, the need arose for a comment feed, so I modified the existing plugin and added the URL needed for the comment feed. This change was also submitted to Andrew.
Right click and download the updated file
here. Once downloaded, replace the members-only.php file in your existing installation (~/wp-content/plugins/
members-only/).
If you have any questions / comments... let me know!
Updated: URL was fixed.