Fatal error: Class ‘WP_Members_Admin_User_Search’ not found
-
I’m using php 5.6.30 and wp-members 3.1.9 and get “PHP Fatal error: Class ‘WP_Members_Admin_User_Search’ not found in class-wp-members-admin-api.php on line 67” when a user with the edit_users role attempts to log in. It looks to me it’s not properly loading the file that contains the WP_Members_Admin_User_Search class when attempting: $this->user_search = new WP_Members_Admin_User_Search(); in the constructor.
Has anyone else ran into this? I’m stuck unable to upgrade .. I was thinking it may be a php version issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Fatal error: Class ‘WP_Members_Admin_User_Search’ not found’ is closed to new replies.