• Resolved victorhl

    (@victorhl)


    Since few days i have to desactivate the plugin orderwyse users cannot sign :

    Erreur : La vérification reCAPTCHA a échoué.

    Veuillez réessayer.

    wp-login.php:1167 Uncaught ReferenceError: jQuery is not defined
    at wp-login.php:1167:21
    (anonyme) @ wp-login.php:1167
    jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1

    In the settings of the plugin, when i submit a check for the captcha, all is ok !

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Are you using any optimization plugins? Maybe something is delaying loading of jQuery or some JavaScript?

    Thread Starter victorhl

    (@victorhl)

    Bonjour,

    J’utilise conjointement les plugins LoginPress et LiteSpeedCache.
    Aucune modification des paramétrages n’a été effectuée.
    Dans la page wp-login cette instruction est en erreur :

    jQuery(“form.woocommerce-checkout”).on(“submit”, function() …


    Uncaught ReferenceError: jQuery is not defined
    JQMIGRATE: Migrate is installed, version 3.4.1

            <input type="hidden" name="g-recaptcha-response" class="agr-recaptcha-response" value="" /><script>
    function wpcaptcha_captcha(){
    grecaptcha.execute("6LdgTDssAAAAAEdd3nvwaUhgRbjTUc1UQ4VdpmYg", {action: "submit"}).then(function(token) {
    var captchas = document.querySelectorAll(".agr-recaptcha-response");
    captchas.forEach(function(captcha) {
    captcha.value = token;
    });
    });
    }
    </script><script>
    jQuery("form.woocommerce-checkout").on("submit", function(){
    setTimeout(function(){
    wpcaptcha_captcha();
    },100);
    });
    </script>

    Tout fonctionnait parfaitement jusqu’à quelques jours.
    J’ai essayé ces solutions sans succès :
    https://www.wpbeginner.com/fr/wp-tutorials/how-to-fix-wordpress-jquery-is-not-defined-error/

    Merci pour votre avis.

    Thread Starter victorhl

    (@victorhl)

    Même si je désactive LoginPress ou litespeedcache le problème persiste ….

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    We have not made any changes to the plugin recently so IDK why this is coming up. We have not had any other reports about this but added to ToDo to look into it more.

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.