Category: Blog
-
WP-Members 2.8.2 Error When Saving Post or Page
If you are running WordPress in debug mode or you have PHP set to display all notices and warnings, you may get an error when saving a post or a page with WP-Members 2.8.2. This is the result of a typo that slipped through quality control before this version was released. The error has already…
-
WP-Members 2.8.2 User Table Column Error Patch
The first issue with WP-Members 2.8.2 seems to be in the new features in the Users Table (“All Users” in your WP Admin). This new version allows you to add WP-Members custom fields as columns in the Users Table. However, there seem to be a couple of issues with the new code.
-
WP-Members 2.8.1 str_getcsv patch
An improvement to the dropdown capability for the custom field manager in WP-Members 2.8.1 actually has an incompatibility for users with php less than 5.3. While I will patch this for the 2.8.2 release, you can apply the patch for 2.8.1 with these instructions. Note: if you are using PHP 5.3 or greater, this patch…
-
WP-Members 2.8.1 shortcode patch
I am always nervous about releasing updates to the plugin because in the back of my mind I am wondering what element slipped through the cracks. The 2.8.1 release was no exception. WP-Members 2.8.1 made it out the door with a small error related to the new “user-profile” shortcode. The problem was with the logic…
-
WP-Members 2.8 blank options screen fix
There was a small bug in the initial WP-Members 2.8 release that causes the main option screen for the plugin to be blank. This would be a blank options screen with a php error message “Call to undefined function wpmem_a_rss_box()”.