• 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 2 replies - 1 through 2 (of 2 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

    Plugin Support Md. Tanvir Chowdhury

    (@tanvir101)

    Hello @wpplease1
    We have fixed the ?implode()?error?that was causing login problems for some users.
    Also, the fatal error on your site should be fixed now. Please update to the latest version of WP User Frontend 4.0.14. You are welcome to check out the changelog from here: https://headwayapp.co/wp-user-frontend-changelog
    If you are still facing any other issues, contact us and we will help you out.
    We appreciate your patience and cooperation throughout the process.

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