Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] URL removal from commentsI’ve fixed this for the next release of Akismet as of https://plugins.trac.wordpress.org/changeset/1316721/akismet/trunk
I’d expect that release to happen sometime soon after the New Year.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] BBpress topic spam noticeThat’s more of a feature request for bbPress, which I think can be posted here: https://bbpress.org/forums/
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] URL removal from commentsThanks for reporting this; I’m seeing the same problem. I’ll begin working on a fix.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Error phpYour WordPress install has been hacked. This isn’t an actual Akismet file, but rather a hack masquerading as one in order to try and trick you into not deleting it.
You should delete the Akismet3 plugin and then follow these instructions: https://codex.wordpress.org/FAQ_My_site_was_hacked
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] WordPress 4.4@fabrizio: Akismet 3.1.5 is fully compatible with WP 4.4.
@greghl: This thread deals with the missing WP_Widget class: https://wordpress.org/support/topic/version-44-update-fatal-error-class-wp_widget-not-found It looks like you should try and just re-upgrade or check that your WP CLI is up-to-date.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] When posting comments page not loadingAre you referring to the check run by Akismet to determine if the comment is spam? If so, that happens around line 78 of class.akismet.php.
I’m unable to reproduce this, but I have a feeling that if you add the Akismet widget, give it a title, and then remove it, it will stop this PHP notice.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] When posting comments page not loadingWhat plugin are you running that uses a captcha?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] When posting comments page not loadingBased on the “Faulting module name: php5ts.dll, version: 5.6.12.0” error, I think the problem is not Akismet, and since it happened right after you upgraded XAMPP, the problem probably lies there.
Have you tried downgrading XAMPP back to the previous version and checking if the error still happens?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet plugin 3.1.5 update failingTry uninstalling Akismet and reinstalling it. If that doesn’t work, you’ll want to contact your Web host for more assistance.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Auto update?The auto-update was due to a critical security fix; it sounds like you don’t have anything to worry about. See this post for more information: http://blog.akismet.com/2015/10/13/akismet-3-1-5-wordpress/
The version 2 you’re seeing is for the license itself, not the plugin.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Comment email notificationsI haven’t heard of anyone else experiencing this bug. Are you still have this problem?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] When posting comments page not loadingEmail it to support@akismet.com just in case there is any sensitive information that shouldn’t be posted on this forum.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Spam getting detected but not deletedWhen this happens, it’s usually due to another plugin conflicting with Akismet. What other plugins are you running?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Deque QuestionAkismet::load_form_js()registers that script asakismet-form, which occurs in the actionsadmin_head-edit-comments.phpandcomment_form.Akismet::print_form_js(), which actually outputs the script, is called in the actionswp_footerandadmin_footer.