Title: Plugin has stopped working
Last modified: August 22, 2016

---

# Plugin has stopped working

 *  Resolved [Paul Schacht](https://wordpress.org/support/users/whatthedickens/)
 * (@whatthedickens)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/)
 * Since I upgraded to 4.2, BP-Registration-Options has stopped working. Spammers
   have been registering new accounts, but the plugin is no longer holding them 
   for approval.
 * [https://wordpress.org/plugins/bp-registration-options/](https://wordpress.org/plugins/bp-registration-options/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234771)
 * Somehow this one slipped by me. Is it still occurring, if you’re still using 
   the plugin Paul?
 *  Thread Starter [Paul Schacht](https://wordpress.org/support/users/whatthedickens/)
 * (@whatthedickens)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234772)
 * Thanks for asking, Michael. I reverted to 4.1.3 and have stayed there. Based 
   on other folks’ reported experience in the forum, I’ve been wary of upgrading.(
   I was the one who started [this thread](https://wordpress.org/support/topic/doesnt-hold-new-registrations-for-approval?replies=75)
   with 75 replies.)
 * 4.1.3 still chugs along, although a while back it stopped displaying users’ first
   name – last name (from the profile fields) in the list of held registrations,
   making it harder to separate spammers (whose names typically read something like“
   XM LF”) from legitimate registrants.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234773)
 * could you provide a screenshot of that stuff from the last paragraph? So that
   I can better determine how to approach a resolution. There shouldn’t have been
   any changes to the table display there that would affect that, so best I can 
   guess without seeing myself is name fields that have a lot of spaces in them.
 * Would love to hear that 4.2.5 works better for you, but I guess I can’t guarantee
   quite yet.
 *  Thread Starter [Paul Schacht](https://wordpress.org/support/users/whatthedickens/)
 * (@whatthedickens)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234774)
 * Thanks, Michael. Here’s a screenshot.
 * [https://drive.google.com/file/d/0B0oOcY1CjCZDQkNJTXZoRFJmVDg/view?usp=sharing](https://drive.google.com/file/d/0B0oOcY1CjCZDQkNJTXZoRFJmVDg/view?usp=sharing)
 * Until a while ago, the first name and last name of the user would appear in the“
   Name” column between the avatar and the email address. Nos there’s just space.
   To verify that a prospective user is legit, I typically cmd-click the avatar 
   to go to the user’s profile in a new tab. I then review how the user completed
   the registration form. In the past, I wouldn’t even bother doing this for users
   who showed up with names such as “XM LF”. Since it was obvious that they weren’t
   legit, I would simply delete them. Now that no name shows up under “Name,” I 
   have to go to every prospective user’s profile page to check if they’re legit.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234775)
 * Regarding the name stuff, we rely on WP user data to fill in the values, as per:
 *     ```
       <?php if ( isset( $user ) ) { ?>
       	<strong><a target="_blank" href="<?php echo $user->user_url; ?>">
       		<?php echo $user->fullname; ?>
       	</a></strong>
       <?php } else {
       	echo $user_data->user_login;
       } ?>
       ```
   
 * I think fullname is set from the different parts for the rest of the user profile
   data, so if they’re not having those filled in, then we simply have nothing to
   work with. If they are just entering spaces, which could be the case, then there
   won’t be anything visual to see.
 * May not be a bad idea to fall back to xprofile data there, I’ll need to check
   on that one and how much is cross posted to WP profile data.
 *  [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * (@tw2113)
 * The BenchPresser
 * [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234776)
 * [https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues/90](https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues/90)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Plugin has stopped working’ is closed to new replies.

 * ![](https://ps.w.org/bp-registration-options/assets/icon-256x256.png?rev=2882040)
 * [Registration Options for BuddyPress](https://wordpress.org/plugins/bp-registration-options/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bp-registration-options/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bp-registration-options/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-registration-options/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-registration-options/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-registration-options/reviews/)

## Tags

 * [upgrade](https://wordpress.org/support/topic-tag/upgrade/)

 * 6 replies
 * 2 participants
 * Last reply from: [Michael Beckwith](https://wordpress.org/support/users/tw2113/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-6/#post-5234776)
 * Status: resolved