Critcal Error Immediately After Signup
-
WP: 5.5.1
PHP: 5.6Steps to create error:
User goes to registration page
User fills out registration info hits submitWebsite throws back “Critical Error” page, no further instructions to user and no email sent.
Debug shows following message:
Deprecated: class-phpmailer.php is deprecated since version 5.5.0! Use wp-includes/PHPMailer/PHPMailer.php instead. The PHPMailer class has been moved to wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. in /var/www/wp-includes/functions.php on line 4964
Deprecated: class-smtp.php is deprecated since version 5.5.0! Use wp-includes/PHPMailer/SMTP.php instead. The SMTP class has been moved to the wp-includes/PHPMailer subdirectory and now uses the PHPMailer\PHPMailer namespace. in /var/www/wp-includes/functions.php on line 4964
Fatal error: Cannot redeclare class PHPMailer\PHPMailer\SMTP in /var/www/wp-includes/PHPMailer/SMTP.php on line 30
- The topic ‘Critcal Error Immediately After Signup’ is closed to new replies.