• Resolved tganev

    (@tganev)


    I have problem when trying to change the user password in wp-admin.
    The Generate password button doesnt update the form/generate new password and i have the followin error in the console
    Uncaught ReferenceError: datepickerL10n is not defined(…)

    which is refering to the plugins/mangopay-woocommerce/inc/admin.inc.php; line: 1310
    $('input.calendar').datepicker(datepickerL10n);
    the variable datepickerL10n doesnt seem to be defined anywhere in the code.

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author mangopay

    (@mangopay)

    Hey there, it looks like you’ve got a jQuery conflict error (like this issue). One of your plugins must be included a different jQuery version so (even though its a pain) trying disactivating your plugins one by one to see which one it is, and then you can contact them to request that they handle jQuery correctly in their plugin ??
    (Also, if you’ve added your own JS/jQuery via your theme, or otherwise, you should check these scripts too of course)

Viewing 1 replies (of 1 total)
  • The topic ‘User management password problem’ is closed to new replies.