Venutius
Forum Replies Created
-
Forum: Plugins
In reply to: [3rd Party Request Manager] Plugin loveone thing that I’m doing, is creating a server integrity traffic light system. It pulls data out of specific plugins.
Currently it displays the status of cookie, external http calls and externally loaded fonts.
I am going to add your plugin as a confidence measure on the file-systemForum: Plugins
In reply to: [WP Crontrol] Crontrol no longer workingFound it, a class hard one. A code snippet from long ago, hidden in the functions.php
Forum: Plugins
In reply to: [WP Crontrol] Crontrol no longer workinghere is the output –
array(15) {
["interval"]=>
int(60)
["display"]=>
string(12) "Every Minute"
["weekly"]=>
array(2) {
["interval"]=>
int(604800)
["display"]=>
string(11) "Once Weekly"
}
["monthly"]=>
array(2) {
["interval"]=>
int(2592000)
["display"]=>
string(7) "Monthly"
}
["quarterly"]=>
array(2) {
["display"]=>
string(9) "Quarterly"
["interval"]=>
int(7776000)
}
["wf_scan_monitor_interval"]=>
array(2) {
["interval"]=>
int(60)
["display"]=>
string(22) "Wordfence Scan Monitor"
}
["everyhour"]=>
array(2) {
["interval"]=>
int(3600)
["display"]=>
string(10) "Every hour"
}
["every2hours"]=>
array(2) {
["interval"]=>
int(7200)
["display"]=>
string(13) "Every 2 hours"
}
["every4hours"]=>
array(2) {
["interval"]=>
int(14400)
["display"]=>
string(13) "Every 4 hours"
}
["every8hours"]=>
array(2) {
["interval"]=>
int(28800)
["display"]=>
string(13) "Every 8 hours"
}
["twicedaily"]=>
array(2) {
["interval"]=>
int(43200)
["display"]=>
string(11) "Twice Daily"
}
["daily"]=>
array(2) {
["interval"]=>
int(86400)
["display"]=>
string(10) "Once Daily"
}
["fortnightly"]=>
array(2) {
["interval"]=>
int(1209600)
["display"]=>
string(11) "Fortnightly"
}
["newsletter"]=>
array(2) {
["interval"]=>
int(300)
["display"]=>
string(17) "Every 300 seconds"
}
["hourly"]=>
array(2) {
["interval"]=>
int(3600)
["display"]=>
string(11) "Once Hourly"
}
}
Wordfence?Forum: Plugins
In reply to: [AlmaWeb AI Visitor Analytics] Bug fix and translationThere is another bug, I think it is a refactoring omission.
In class-business-kpis you have not defined $table_name, or set it as $this->table_name.
This is fine for most of the functions, which have that variable set in the function. but one function has not, and it throws a db error. it looks like you were in the middle of that refactor but got distracted and never got back to it. Something I do all of the time 🙂- This reply was modified 4 months, 3 weeks ago by Venutius.
Forum: Plugins
In reply to: [AlmaWeb AI Visitor Analytics] Bug fix and translationcool, I will check it out.
Fixed! another plugin
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesCool, thanks for looking.
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesLooking at them, and given it is working, I’m wondering is these errors are actually errors, or if it shows Cloudflare is looking for content too early in the page load. That might be deliberate, but is should be handled better. There is however a message that a file failed to load, blocked by the client. And it may be that this client is set up to deny something that is needed for cloudflare, and again, what we are seeing is Cloudflare using a workaround perhaps?
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesAnd as I said, none of those errors that the users are seeing on the recaptcha pages are collected in the log, nor other errors at the same time.
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesYep sorry, that red button, I was thinking it was something different to the site health red button and was looking for that. But, I already collect my error logs. and now I can see site checker is adding errors. For example, this one –
WordPress database error Commands out of sync; you can't run this command now for query SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient_bill_host_0d89200b0ca11bb2d025a696156d8d13','_transient_timeout_bill_host_0d89200b0ca11bb2d025a696156d8d13') made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Bill_Catch_Bots->bill_catch_bots_capture_and_insert, Bill_Catch_Bots->bill_catch_bots_is_bad_hosting, Bill_Catch_Bots->bill_catch_check_host_ripe, get_transient, wp_prime_option_cachesForum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesAre you basically saying I need to fix it myself?
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesI went through the wizard, no sign of any js error logs. No issues identified either.
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesOK, no red button, where are those error logs?
Forum: Plugins
In reply to: [Integrator for Turnstile and reCAPTCHA.] Quite a number of issuesHow will that work if it is only none logged in, none accepted users that get this error? There are no errors inside the secure domain, only for those that have never connected.
Forum: Plugins
In reply to: [Tooltips for Wordpress] Uncaught SyntaxError: missing ) after argument listQuery Monitor has been updated. It seems they were creating a bunch of html errors that was breaking pages. I’ve got it up and running, and all seems good so far.