• Resolved richhalley

    (@richhalley)


    Adding a Captcha field to registration form causes the form to generate a 500 error for Jquery on submit. Worked fine until Captcha field added. Is this a known issue?

    jquery.js?ver=1.12.4-wp:4 POST https://—.—.com/wp-admin/admin-ajax.php 500
    send @ jquery.js?ver=1.12.4-wp:4
    ajax @ jquery.js?ver=1.12.4-wp:4
    pfAjaxCall @ user-meta.js?ver=2.3:121
    umInsertUser @ user-meta.js?ver=2.3:150
    onsubmit @ (index):167

    thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter richhalley

    (@richhalley)

    Ugh! Rookie mistake to publish this in a general forum, sorry. Thought I *was* on the plugin’s support page.

    Moderator t-p

    (@t-p)

    Sorry, You are in the right forum.

    Plugin Author Sourov Amin

    (@sourov)

    Hi,

    It’s not a known-issue.
    Which version of captcha you are using?
    Also, 500-error is a server-side error. So it is hard to tell from here what is causing the error. But you can try clearing your browser cache.
    Also can try adding the following code in your function.php file:

    
    add_filter('user_meta_recaptcha_request_method', function () {
        return 'SocketPost';
    });

    However, I will look into the issue and let you know if any exact fix is found.

    Thanks.

    Plugin Author Sourov Amin

    (@sourov)

    Upon receiving no response I’m considering the issue is resolved now and marking this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Captcha causing 500 error?’ is closed to new replies.