gbass1984
Forum Replies Created
-
Funny you should mention the email issue… it looks like there was a typo in the admin email. I was poking around in the database on that suspicion when your email came in, so I’m guessing this must not be an infrequent issue. I updated the email from the MySQL CLI and successfully got a reset email. I restored the Wordfence directory back too. Thanks!
Hi Adam,
It’s for the site. The site sends out emails for new users, and I get emails from the site for Wordfence, but I don’t get the reset email, I just get the Wordfence email warning about the reset attempt. Not in trash/spam either. I’ll log in to the site and follow your suggestion.
Graham
thanks! I appreciate the fast turn around. I updated and the issue is resolved.
A javascript fatal error is being caused by a deprecated and removed method in jQuery, .live() (see: https://api.jquery.com/live/).The live() function is included in this function, which throws a fatal error and prevents the rest of the functionality from executing:
jQuery(“#spcdm_batch_check_all”).live(“click”,function () {
if (jQuery(“#spcdm_batch_check_all”).is(“:checked”)) {
jQuery(“.wpfh_batch_checkbox”).attr(“checked”, true);
} else {
jQuery(“.wpfh_batch_checkbox”).attr(“checked”, false);
}
});REMOVED, IRRELEVANT TO ISSUE
- This reply was modified 4 years, 7 months ago by gbass1984.