Christopher Finke
Forum Replies Created
-
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Api keyNo, you need an Akismet API key to use Akismet. An API key can be obtained for free at akismet.com.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Disabling commentsNo, if you have disabled comments, you do not need Akismet, unless you use a contact form or other plugin that has an Akismet integration.
Thanks for reporting this; I’ve fixed the bug and released version 3.3.2 a few minutes ago. It should be available for updating from wp-admin shortly.
Can you provide an example of a URL that results in a white or blank preview?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Extra query for nonce optionA fix to prevent unnecessary querying for this option was included in version 3.3.1, released today. Thanks for reporting it.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Warnings in WP_DEBUG modeThis fix has been included in version 3.3.1, released today.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] PHP 7.1.1 WarningsThis fix has been included in version 3.3.1, released today.
This fix has been included in version 3.3.1, released today.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] PHP 7.1.1 WarningsThat’s great news, Simon. The fix involved some code reorganization and tracking down whether a very old change was still necessary, which it wasn’t.
It turns out that I did add a check to avoid this warning a couple of weeks ago; can you install the current development version from https://downloads.wordpress.org/plugin/akismet.zip and let me know whether it fixes your issue?
Sorry, I don’t know how this slipped by me. I will give this issue serious attention this week.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Warnings in WP_DEBUG modeI’ve made a change to try and avoid this; if you’d like to try it out before the next official release, you can manually install the development version from here: https://downloads.wordpress.org/plugin/akismet.zip
If you try it, let me know how it works for you.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] PHP 7.1.1 WarningsI’ve made a change to try and avoid this; if you’d like to try it out before the next official release, you can manually install the development version from here: https://downloads.wordpress.org/plugin/akismet.zip
If you try it, let me know how it works for you.
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] Warnings in WP_DEBUG modeCan you post a full list of all the other plugins you’re running?
Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] PHP 7.1.1 Warnings@goldandgreyuk You can set
define( 'WP_DEBUG_DISPLAY', false );in your wp-config.php to hide any PHP notices on the frontend. This is a good practice for any production site.