Deprecation errors with PHP 8.4
-
Hello,
When upgrading to PHP 8.4 from 7.4 I got those errors (relating to the Email Log Service):
Deprecated: PostmanEmailLogService::createLog(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/post-smtp/Postman/Postman-Email-Log/PostmanEmailLogService.php on line 293
Deprecated: PostmanEmailLogService::writeToEmailLog(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/post-smtp/Postman/Postman-Email-Log/PostmanEmailLogService.php on line 141
Deprecated: PostmanEmailLogService::writeFailureLog(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/post-smtp/Postman/Postman-Email-Log/PostmanEmailLogService.php on line 129Anything I can do?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.