Cannot create new WP users
-
Hi,
WordPress was not able to create a new user. It gives the error “Not enough data”. This is happening with the “Transfer single phpBB User into WordPress” tool and also when trying to add the user from the standard WordPress admin page “Users > Add New”
I had to disable the W3all plugin, or comment out the following hook:
add_filter( ‘wp_pre_insert_user_data’, ‘w3all_wp_pre_insert_user_data’, 10, 4 );
…in \wp-content\plugins\wp-w3all-phpbb-integration\class.wp.w3all-phpbb.php
Could you please check? It was causing $data to be empty.Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cannot create new WP users’ is closed to new replies.