The update takes care of the Undefined overload property fatal error.
However, in the meantime, I have found again the site that is getting the first error. And the error is persisting, even with the latest update.
The error message is Fatal error: Uncaught exception 'Exception' with message 'Query failure on SQL:
SELECT SQL_CALC_FOUND_ROWS email
FROM wp_comment_mail_subs
WHERE 1=1 AND status
= ‘subscribed’ AND (email
= ‘[email protected]’ OR user_id
IN(‘7’)) LIMIT 1' in /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/UtilsSub.php:638 Stack trace: #0 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/UtilsPhp.php(87) : eval()'d code(35): WebSharks\CommentMail\UtilsSub->queryTotal(NULL, Array) #1 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/UtilsPhp.php(87): eval() #2 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/Template.php(149): WebSharks\CommentMail\UtilsPhp->evaluate('<?php?namespace...', Array) #3 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/Template.php(241): WebSharks\CommentMail\Template->parse(Array) #4 /home/content/42/11223642/html/wp-content/plu in /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/UtilsSub.php on line 638
It is appearing only on the front end of the site, where the Comment Mail box appears. Because it breaks everything past that, admins are unable to reply to comments on the front end of the site.
And when I try a test comment without being logged in as Admin, I’m given this error, but the comment does go through:
Fatal error: Uncaught exception 'Exception' with message 'Insert/replace failure.' in /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInserter.php:721 Stack trace: #0 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInserter.php(695): WebSharks\CommentMail\SubInserter->insert() #1 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInserter.php(479): WebSharks\CommentMail\SubInserter->maybeInsertUpdate() #2 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInjector.php(201): WebSharks\CommentMail\SubInserter->__construct(Array, Array) #3 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInjector.php(142): WebSharks\CommentMail\SubInjector->maybeInject() #4 /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/CommentPost.php(101): WebSharks\CommentMail\SubInjector->__construct(Object(WP_User), 63459, Array) #5 in /home/content/42/11223642/html/wp-content/plugins/comment-mail/src/includes/classes/SubInserter.php on line 721
The site is running Comment Luv, but I tried disabling it and the error persists.
Is there a way to private message you the URL of the site (it’s a client’s)?
Thank you!