Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formThe simplest fix would probably be to add
:visibleto the selector, so you’re only checking if visible form fields have been filled in.Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formYeah, I agree with your assessment. If this proves to be an issue with more people, we might have to look at giving the Akismet textarea a default value, but thanks for the heads up about it.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formWhat are you using to require that all fields are filled in? Is it a custom plugin you wrote, a plugin from wordpress.org, or something in your theme?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formOr how the form was customized?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] v4.1.8 breaks comment formCan you give me an example of a form that this is happening to?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Fatal errorWhat’s happening is that you have a file named
wp-content/plugins/color/akismet.phpthat is trying to load a file namedwp-content/plugins/color/widget.php, butwp-content/plugins/color/widget.phpdoes not exist (or cannot be loaded).The file named
akismet.phpis not part of our plugin; it is part of a different plugin that is maybe for customizing your site’s color scheme, if I had to guess.In your WordPress plugin dashboard (/wp-admin/plugins.php), do you have any plugins related to color? If so, try disabling them. If not, contact your web host and ask them to remove the wp-content/plugins/color/ directory entirely.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Fatal errorIt looks like the issue here is that your
colorplugin is incomplete. Try uninstalling and reinstalling it to see if that fixes it.Never mind; I didn’t have the right settings enabled in jQuery Migrate. I see it now. 🙂
Can you clarify where exactly you saw this notice? I can update the code to use
.on( 'click' ), but I’d like to be able to reproduce the error first.Thanks for the heads-up; we’ll fix that in the next version.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Akismet Spam Not WorkingAre you getting an error message? At what point is the installation failing?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Fatal error in akismet.php on line 33Hi @onurkaplan34,
plugin_dir_url() is a core WordPress function that should always be available, unless someone is trying to access one of the Akismet plugin files directly.
Also, I don’t see plugin_dir_url() being used in akismet.php at all; what version of Akismet are you using? You may want to remove it and install the latest version to make sure that it is up-to-date.
Can you email us at support@akismet.com with the URL of the website and/or your API key? 28/65 for false positives is very bad, so something is definitely not working properly.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Is that a personal or commercial site?Hi @gianluca72,
Because the site is advertising a business, it would be considered commercial.