Registeration Form Error
-
- Fresh install WPUM v2.1.2
- Do nothing with settings or options etc.
- Just go to https://example.local/register
- Doing this fix (Force DB upgrade):
add_action( 'admin_init', function () { if ( isset( $_GET['bijibuji'] ) && is_admin() && current_user_can( 'manage_options' ) ) { wpum_install_registration_form(); wp_die('Done'); } } );
Fatal error: Call to a member function exists() on a non-object in /wp-content/plugins/wp-user-manager/includes/wpum-forms/class-wpum-form-registration.php on line 227
The registration form cannot be used because either a username or email field is required to process registrations. Please edit the form and add at least the email field. https://example.local/wp-admin/users.php?page=wpum-registration-forms
After DB upgrade, there exist an empty default registration form with no possibility of adding even one email field. You should install Add-ons to have a simple registration form with only one email field!
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Registeration Form Error’ is closed to new replies.