My only plugin (1.14.1) that is not WP5.6 compatible according to info. I Would like an update from @nocean .
-
This reply was modified 5 years, 5 months ago by
withead.
-
This reply was modified 5 years, 5 months ago by
withead.
I have been using the plugin on 5.6 with no problems, and there have been no reports of compatibility issues. I’ve just updated the supported version number on the plugin page. I haven’t had a chance to test with PHP8 yet.
Thread Starter
barnez
(@pidengmor)
Thanks for the confirmation and for bumping the supported version number to 5.6 Ryan. Much appreciated!
@nocean thank you very much!
Hi,
PHP 8.0 seems to cause some problems. This is the result when trying to create a comment with Honeypot enabled:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /var/www/html/torstens-buecherecke.de/wp-content/plugins/honeypot-for-wp-comment/public/class-honeypot-wp-comment-public.php:121 Stack trace: #0 /var/www/html/torstens-buecherecke.de/wp-includes/class-wp-hook.php(287): Honeypot_Wp_Comment_Public->filter_spam() #1 /var/www/html/torstens-buecherecke.de/wp-includes/plugin.php(212): WP_Hook->apply_filters() #2 /var/www/html/torstens-buecherecke.de/wp-includes/comment.php(847): apply_filters() #3 /var/www/html/torstens-buecherecke.de/wp-includes/comment.php(2241): wp_allow_comment() #4 /var/www/html/torstens-buecherecke.de/wp-includes/comment.php(3560): wp_new_comment() #5 /var/www/html/torstens-buecherecke.de/wp-comments-post.php(25): wp_handle_comment_submission() #6 {main} thrown in /var/www/html/torstens-buecherecke.de/wp-content/plugins/honeypot-for-wp-comment/public/class-honeypot-wp-comment-public.php on line 121
I have checked that line of code but I don’t see the error. Constructor is ok. I don’t see things like {} which should be replaced by [].
Hi @torstensbuechereckede – those appear to be errors with a different plugin (Honeypot for WP Comment).