While accessing Wordpress installed domain name, you might get Error messages as :
Code:
Fatal error: Class 'WP_User_Search' not found in /#removed#/wp-content
/plugins/new-user-approve/new-user-approve.php on line 488
The error occurs when you try to update the Plugin.
You will need to update the Plugin. Before the updating is out there... open new-user-approve.php, line 486, and change
Code:
‘wp-admin/includes/user.php’
for
‘wp-admin/includes/deprecated.php’
and allow some time for updates.
Thanks