Viewing 1 replies (of 1 total)
  • Todd Lahman

    (@toddlahman)

    Although the REST API no longer works because the corresponding web site no longer exists, there is a way to simulate registration. Open /wp-content/plugins/wp-error-fix/application/Service/Model/rest.php, and go to line 58 then change the following:

    $response->status = 'failed';

    to

    $response->status = 'success';

Viewing 1 replies (of 1 total)
  • The topic ‘can't register’ is closed to new replies.