Continue Button Disabled on Activation Flow – JS Errors
-
After installing Wordfence and activating the plugin, I cannot get past the step where I am supposed to enter my Admin Contact Info, opt-in or out (Yes/No) of the mailing list and agree to terms. After entering my email, selecting Yes (or No), and checking the box, the Continue button never enables so I can click it.
During each of those interactions, I notice a JS error in the Chrome debug console.
Note: I am on a managed WordPress hosting account, but as far as I know my host (1&1 IONOS) does not block this plugin and in fact, they promote it on one of their WordPress marketing pages. I have not had issues with any other plugins I’ve tried on my site.
Below are the three errors from the console:
wfglobal.1566486436.js?ver=7.4.0:193 Uncaught TypeError: u is not a function
at sjcl.hash.sha256.finalize (wfglobal.1566486436.js?ver=7.4.0:193)
at Function.sjcl.hash.sha256.hash (wfglobal.1566486436.js?ver=7.4.0:191)
at Object.hashSHA256 (wfglobal.1566486436.js?ver=7.4.0:104)
at Object.isEmailBlacklisted (wfglobal.1566486436.js?ver=7.4.0:107)
at Object.parseEmails (wfglobal.1566486436.js?ver=7.4.0:124)
at plugins.php:935
finalize @ wfglobal.1566486436.js?ver=7.4.0:193
sjcl.hash.sha256.hash @ wfglobal.1566486436.js?ver=7.4.0:191
hashSHA256 @ wfglobal.1566486436.js?ver=7.4.0:104
isEmailBlacklisted @ wfglobal.1566486436.js?ver=7.4.0:107
parseEmails @ wfglobal.1566486436.js?ver=7.4.0:124
(anonymous) @ plugins.php:935
setTimeout (async)
(anonymous) @ plugins.php:934
dispatch @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3
r.handle @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3wfglobal.1566486436.js?ver=7.4.0:193 Uncaught TypeError: u is not a function
at sjcl.hash.sha256.finalize (wfglobal.1566486436.js?ver=7.4.0:193)
at Function.sjcl.hash.sha256.hash (wfglobal.1566486436.js?ver=7.4.0:191)
at Object.hashSHA256 (wfglobal.1566486436.js?ver=7.4.0:104)
at Object.isEmailBlacklisted (wfglobal.1566486436.js?ver=7.4.0:107)
at Object.parseEmails (wfglobal.1566486436.js?ver=7.4.0:124)
at plugins.php:935
finalize @ wfglobal.1566486436.js?ver=7.4.0:193
sjcl.hash.sha256.hash @ wfglobal.1566486436.js?ver=7.4.0:191
hashSHA256 @ wfglobal.1566486436.js?ver=7.4.0:104
isEmailBlacklisted @ wfglobal.1566486436.js?ver=7.4.0:107
parseEmails @ wfglobal.1566486436.js?ver=7.4.0:124
(anonymous) @ plugins.php:935
setTimeout (async)
(anonymous) @ plugins.php:934
dispatch @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3
r.handle @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3wfglobal.1566486436.js?ver=7.4.0:193 Uncaught TypeError: u is not a function
at sjcl.hash.sha256.finalize (wfglobal.1566486436.js?ver=7.4.0:193)
at Function.sjcl.hash.sha256.hash (wfglobal.1566486436.js?ver=7.4.0:191)
at Object.hashSHA256 (wfglobal.1566486436.js?ver=7.4.0:104)
at Object.isEmailBlacklisted (wfglobal.1566486436.js?ver=7.4.0:107)
at Object.parseEmails (wfglobal.1566486436.js?ver=7.4.0:124)
at HTMLLIElement.<anonymous> (plugins.php:925)
at HTMLLIElement.dispatch (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3)
at HTMLLIElement.r.handle (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,jquery-ui-core,jquery-ui-mouse,jquery-ui-slider,jquery-ui-t&load[]=ooltip&ver=5.2.3:3)
The topic ‘Continue Button Disabled on Activation Flow – JS Errors’ is closed to new replies.