• With Email Post Changes and WP-Types/Views/CRED activated, when completing a CRED form as a guest (https://connect.projectlogin.net/online-resources/share/), we get the following error. When disabling Email Post Changes, the error goes away. Your insights as to where this conflict is originating would be very helpful, since Email Post Changes is very important to us!

    Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: ' in /home/XXX/public_html/wp-includes/class-phpmailer.php:498 Stack trace: #0 /home/XXX/public_html/wp-includes/class-phpmailer.php(470): PHPMailer->AddAnAddress('Reply-To', '', '') #1 /home/XXX/public_html/wp-content/plugins/email-post-changes/class.email-post-changes.php(248): PHPMailer->AddReplyTo('', '') #2 [internal function]: Email_Post_Changes->phpmailer_init_once(Object(PHPMailer)) #3 /home/XXX/public_html/wp-includes/plugin.php(487): call_user_func_array(Array, Array) #4 /home/XXX/public_html/wp-includes/pluggable.php(447): do_action_ref_array('phpmailer_init', Array) #5 /home/XXX/public_html/wp-content/plugins/email-post-changes/class.email-post-changes.php(205): wp_mail(NULL, '[Project Login ...', '<h2>Resource ch...') #6 [internal function]: Email_Post_Changes->post_updated(1401, Object(WP_Post), Object(WP_Post)) #7 /home/XXX/public_html/wp-includes/plugin.php(406): call_user_func_array(Array in/home/XXX/public_html/wp-includes/class-phpmailer.php on line 498

    https://www.ads-software.com/extend/plugins/email-post-changes/

Viewing 1 replies (of 1 total)
  • Looks to me like wp_mail() is getting called without a valid email address, which suggests that somehow, maybe the user doing the edit has a null or empty email address. Plugins trying to do clever things with posts could cause this to happen, I suppose, but I think you’d have to check with the WP_Types vendor to further troubleshoot this, as the code doesn’t seem to be available for me to peek at.

Viewing 1 replies (of 1 total)
  • The topic ‘Potential conflict with WP-Types/Views/CRED’ is closed to new replies.