Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
It has solved the issue.
-
This reply was modified 7 years, 5 months ago by
eGene.
I believe I found an error and it looks like the problem is in your code (load.php).
$block_ip = false; if ($this->opt('blocked_ips') || ($this->opt('trust_network'))) { $rules = get_option('trust_network_rules'); $banned_ips = array_merge(explode(',', $this->opt('blocked_ips')), explode(',', $rules['ip'])); ....Here you can see that it would read and block IPs from trust_network_rules even when it’s disabled in case there is an IP added manually to blocked_ips field. This was my case. I think it should check $this->opt(‘trust_network’) again before reading from ‘trust_network_rules’.
-
This reply was modified 7 years, 6 months ago by
eGene.
Also, Trust Network is disabled.
It started happening again. Those 2 checkboxes are unchecked and my cron script is still blocked.
Correction. It actually works with those options disabled. I looked at a wrong place while verifying it. Thank you.
Both these options are disabled, no help.
-
This reply was modified 7 years, 5 months ago by
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)

