Fatal PHP error when changing admin email
-
Heya,
When changing the admin email address in wp-admin/options-general.php, the plugin creates a fatal error in PHP 7.4. I’ve solved my issue by disabling the plugin temporarily, but figured I should probably report it :).
[05-Aug-2022 07:28:59 UTC] PHP Fatal error: Uncaught Error: Call to a member function getEmail() on null in /home/example/webapps/site-example/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanMessage.php:168 Stack trace: #0 /home/example/webapps/site-example/wp-content/plugins/post-smtp/Postman/PostmanWpMail.php(203): PostmanMessage->applyFilters() #1 /home/example/webapps/site-example/wp-content/plugins/post-smtp/Postman/PostmanWpMail.php(60): PostmanWpMail->sendMessage() #2 /home/example/webapps/site-example/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php(121): PostmanWpMail->send() #3 /home/example/webapps/site-example/wp-includes/class-wp-recovery-mode-email-service.php(234): wp_mail() #4 /home/example/webapps/site-example/wp-includes/class-wp-recovery-mode-email-service.php(61): WP_Recovery_Mode_Email_Service->send_recovery_mode_email() #5 /home/example/webapps/site-example/wp-includes/class-wp-recovery-mode.php(184): WP_Recovery_Mode_Email_Service->maybe_se in /home/example/webapps/site-example/wp-content/plugins/post-smtp/Postman/Postman-Mail/PostmanMessage.php on line 168
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Fatal PHP error when changing admin email’ is closed to new replies.