Ticket #1698 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Comment notification emails are not being sent

Reported by: MtDewVirus Assigned to: markjaquith
Priority: high Milestone:
Component: Administration Version: 1.6
Severity: major Keywords: comment email notification bg|has-patch bg|commit bg|squashed
Cc:

Description

The emails to notify of new comments are not being sent.

Attachments

pluggable-functions.php.diff (1.1 kB) - added by ringmaster on 09/30/05 15:24:00.
Patch to use new caps structure for user data in this function.

Change History

09/29/05 01:41:26 changed by MtDewVirus

With http://trac.wordpress.org/changeset/2827, the following line was removed from function wp_notify_postauthor

$user = $wpdb->get_row("SELECT * FROM $wpdb->users WHERE ID='$post->post_author' LIMIT 1");

This causes the next line to always return false because $user isn't set. if ( == $user->user_email) return false; // If there's no email to send the comment to Comment notificatons will never be sent.

09/30/05 15:24:00 changed by ringmaster

  • attachment pluggable-functions.php.diff added.

Patch to use new caps structure for user data in this function.

09/30/05 15:40:52 changed by ringmaster

  • keywords changed from comment email notification to comment email notification bg|patch.

10/18/05 04:56:33 changed by markjaquith

  • keywords changed from comment email notification bg|patch to comment email notification bg|has-patch bg|commit.
  • owner changed from anonymous to markjaquith.
  • status changed from new to assigned.

10/24/05 03:01:55 changed by markjaquith

Just chiming in to say that I definitely tested this patch, and it definitely fixes the problem. Go go Gadget commit!

11/05/05 19:12:16 changed by skippy

  • keywords changed from comment email notification bg|has-patch bg|commit to comment email notification bg|has-patch bg|commit bg|squash.

I second -- this fixes the problem.

11/05/05 20:59:52 changed by skippy

  • keywords changed from comment email notification bg|has-patch bg|commit bg|squash to comment email notification bg|has-patch bg|commit bg|squashed.

11/11/05 00:37:49 changed by ryan

Fixed by [3004]

11/11/05 00:38:09 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone set to 1.6.

11/30/06 19:41:47 changed by

  • milestone deleted.

Milestone 2.0 deleted