• wpplease1

    (@wpplease1)


    There is a fatal error in wp-content/plugins/wp-user-frontend/includes/Free/Simple_Login.php line: 514

    plugin line:

    $errors = ! empty( $this->cf_messages[0] ) ? $this->cf_messages[0] : '';

    It should be like this

    $errors = ! empty( $this->cf_messages[0] ) ? $this->cf_messages[0] : [];

    Please release a fix for this ASAP as it’s been more than a week since latest update.

Viewing 1 replies (of 1 total)
  • Plugin Support Md. Tanvir Chowdhury

    (@tanvir101)

    Hi @wpplease1

    We are unfortunate for the issue you are experiencing.
    Thank you for bringing this issue to our attention. We appreciate the time you’ve taken to provide the details.
    Our team will be reviewing your above scenarios while checking out the codebase.
    In the meantime, we would like you to contact us <span style=”box-sizing: border-box; margin: 0px; padding: 0px;”>at this link:?https://wedevs.com/contact/. </span>
    Your feedback is invaluable in helping us improve, and we’re committed to resolving this as quickly as possible.

    Thanks

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.