Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#378 closed defect (bug) (no action required)

[Error]Notify members via email (will slow down posting)

Reported by: farmerinchina's profile farmerinchina Owned by:
Milestone: Priority: critical
Severity: Version:
Component: Keywords: EkinMailer
Cc:

Description

If ticking the option 'Notify members via email (will slow down posting)' when posting on wire, I got the following error:

Fatal error: Cannot redeclare class EkinMailer in /public_html/wp-includes/mail-inc.php on line 14

EkinMailer is a class to correct the bug of mail system of WPMU, which has the source code below:

<?php

require("class-phpmailer.php");
class EkinMailer extends PHPMailer {

var $Mailer = "smtp";
var $CharSet = "utf-8";
var $From = "xxx";
Var $FromName = "xxx";
var $Host = "xxx";
var $Port = 25;
var $SMTPAuth = true;
var $Username = "xxx";
var $Password = "xxx";
var $WordWrap = 75;

}

?>

If I use the default mail system of WPMU, only hotmail can receive the activate email when registrating, so I google the EkinMailer to fix it. But now, when starting to use Buddypress, the above error occurs when posting.

Kindly advise how to fix this bug eventually. Thanks a lot!

WPMU version : 2.6.1

Attachments (1)

screenshot.JPG (6.7 KB) - added by farmerinchina 16 years ago.

Download all attachments as: .zip

Change History (2)

#1 @apeatling
16 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Please bring this up on WPMU trac, BuddyPress is not handling the mail functionality, that's WPMU's job.

Note: See TracTickets for help on using tickets.