• Critical Error when using [fed_register_only]

    The same page works fine after login or on the login page having shortcode [fed_login]
    No errors are shown tried using wp_debug to true and enabling php erros.

    Please reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @harsh7890 I faced the same issue on my website. After a lot of try I fixed this error editing a file on wp-content/plugins/frontend-dashboard-templates/templates/login/register-only.php (46)

    I changed the content of this line like this:

    do_action( 'fed_register_below_form_field', $content['input_meta'], $content ); ?>

    I’m having another problem now. When I try to register nothing happens, not even an error code.

    Plugin Contributor buffercode

    (@buffercode)

    Hi @kmasi

    Can you please try disabling this action hook from your side? If it doesn’t work, please let me know. It would be great if you share your sample custom code to check.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Critical Error when using [fed_register_only]’ is closed to new replies.