We have been using Wordfence on most of our ~340 sites for a couple of years, which has worked well. A few weeks / months ago, we started getting this warning: “Wordfence installation is incomplete”
When clicking resume installation, we need to get a free license, which we get per email. Then We install the license, it says “Congratulations” and successfully installs the license. However, when going to the dashboard or anywhere else in wp-admin, the message comes back: “Wordfence installation is incomplete”.
This happens in an infinite loop, and there doesn’t seem to be possible to remove the warning.
This seems to happen on all our websites.
]]>Result was an infinite loop.
It seems we can’t find what you’re looking for. Perhaps searching can help.
It seems we can’t find what you’re looking for. Perhaps searching can help.
It seems we can’t find what you’re looking for. Perhaps searching can help.
It seems we can’t find what you’re looking for. Perhaps searching can help.
It seems we can’t find what you’re looking for. Perhaps searching can help.
It seems we can’t find what you’re looking for. Perhaps searching can help.
… infinitely…
]]>There is a potential infinte loop (happened to me multiple times) in
yith-woocommerce-ajax-navigation/includes/widgets/class-yith-wcan-navigation-widget.php
YITH_WCAN_Navigation_Widget::get_link_attributes
Lines: 651-654
while ( $in_array_function( $term->slug, $data['terms'] ) ) {
$key = array_search( $current_term, $data ); // phpcs:ignore WordPress.PHP.StrictInArray.MissingTrueStrict
unset( $data['terms'][ $key ] );
}
There are instances when $key is false which results in an infinate loop in the while cycle because $data[‘terms’][ $key ] cannot be unset (resulting in php timeout – http status 500).
I also think that this
$key = array_search( $current_term, $data );
should actually be
$key = array_search( $current_term, $data['terms'] );
for the code to work properly, but I haven’t investigated deeper.
]]>Hello! Recently, I noticed that Akismet keeps upgrading to 5.0.2 (that’s good), then silently downgrading to 5.0.1 (that’s bad!). I get “some plugins were updated” emails multiple times per day.
This is for self-hosted wordpress.
My installed plugins are:
* Akismet Anti-Spam
* GNU Terry Pratchett
* Health Check & Troubleshooting
* Hello Dolly
* Jetpack
* Jetpack Protect
* Safe Redirect Manager
* WP Super Cache
(As an aside — Hello Dolly keeps installing itself whenever I try to delete it. Is that a WordPress quirk or actually something concerning?)
]]>Recently, I noticed that Akismet keeps upgrading to 5.0.2 (that’s good), then silently downgrading to 5.0.1 (that’s bad!). I get “some plugins were updated” emails multiple times per day.
My installed plugins are:
* Akismet Anti-Spam
* GNU Terry Pratchett
* Health Check & Troubleshooting
* Hello Dolly
* Jetpack
* Jetpack Protect
* Safe Redirect Manager
* WP Super Cache
As an aside — Hello Dolly keeps installing itself whenever I try to delete it. Is that a WordPress quirk or actually something concerning?
]]>A client of mine just reported that, when the plugin’s anti-spam firewall is active, it makes site visits completely impossible if someone gets redirected from a referrer link pasted in an Instagram bio.
Also, this feature of the plugin basically doesn’t seem working as expected.
When someone tries to access a site, where the anti-spam firewall solution is active, from an incognito window, many times the anti-spam alert screen doesn’t let the site visitor in – at all. There’s just a countdown from 3 to 0 that keeps restarting and restarting.
Average privacy-friendly visitors actively using incognito windows 7/24 will leave such site in about 2 seconds, good bye conversion.
Has this issue been reported by other CleanTalk clients?
Thanks for investigating this further, and/or for your info regarding the issue.
]]>Is this possible to make the slider scroll infinitely?
Here’s an example of what I’d like to do on codepen : https://codepen.io/chriscoyier/pen/EyxPPm
Thank you,
Lucie.
Is it possible to make WooSwipe have an infinite loop?
If you can provide a code or something, that would also be fine.
Cheers,
Nathan