• I installed it and when someone tried to register, they got

    “Fatal error: Call to a member function get_error_code() on a non-object in /home/domain/public_html/wp-content/plugins/woocommerce/woocommerce-functions.php on line 777”

Viewing 2 replies - 1 through 2 (of 2 total)
  • In plugins/woocomm-enforce-strong-password/classes/Class-Woocommerce-Enforce-Strong-Password.php

    Move line 109 “return $errors;” outside of the if statement. It should look like:

    if ($e != ‘success’) {
    $errors->add(‘error’, $e);
    }
    return $errors;

    Chirag Vora

    (@chirag740)

    I didn’t encounter any such error. Worked fine out of the box.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Didn't worrk’ is closed to new replies.