Cannot redeclare class phpmailerException
-
Hello,
I have a problem to sending a message, after clicking send the message that line of code appears.
Fatal error: Cannot redeclare class phpmailerException in /home/dddsrt/public_html/wp-includes/class-phpmailer.php on line 3265.I looked in the phpmailer and at the line 3265 there to
{
$errorMsg = ‘‘ . $this->getMessage() . “
\n”;
return $errorMsg;
}
}The last parathesis is the line 3265
I also tried the plugin WP Mail Bank and the same message appear.
I do not know what to do to solve the problem
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Cannot redeclare class phpmailerException’ is closed to new replies.