Title: Members plugin fatal error
Last modified: August 19, 2016

---

# Members plugin fatal error

 *  [embaeva](https://wordpress.org/support/users/embaeva/)
 * (@embaeva)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/members-plugin-fatal-error/)
 * Hi,
    I have installed the members plugin and i got problems setting it up due
   to this error “( ! ) Fatal error: Call to a member function create() on a non-
   object in C:\wamp\www\wp-content\plugins\members-list\core\settings.php on line
   122”
 * Can somebody please guide me where i have gone wrong here?
 * Thanks,

Viewing 1 replies (of 1 total)

 *  [Mr Brainz](https://wordpress.org/support/users/mr-brainz/)
 * (@mr-brainz)
 * [15 years ago](https://wordpress.org/support/topic/members-plugin-fatal-error/#post-2059296)
 * I had this problem and just managed to overcome it.
 * I was getting the same error, and after digging through, I managed to put together
   a hack/fix.
 * FYI – I’m working with Member List version 3.5.
 * You need to edit the file /wp-content/plugins/member-list/class/select.php
 * Near the top change:
 *     ```
       if(!class_exists('select')) {
       //
       class select {
       ```
   
 * to
 *     ```
       if(!class_exists('ternselect')) {
       //
       class ternselect {
       ```
   
 * and near the bottom, change:
 * `$ternSel = new select;`
 * to
 * `$ternSel = new ternselect;`

Viewing 1 replies (of 1 total)

The topic ‘Members plugin fatal error’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 1 reply
 * 2 participants
 * Last reply from: [Mr Brainz](https://wordpress.org/support/users/mr-brainz/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/members-plugin-fatal-error/#post-2059296)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
