PHP 8.1 Compatability issues with FluentSMTP
-
I was attempting to update my WP site to PHP 8.1 yesterday. However, this appears on the front and back end of the site. I have gone back to 8.0 for now but just wondering if FLuentSMPT is compatible with PHP 8.1 at this stage?
FluentMail\Includes\Core\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/simply36/public_html/wp-content/plugins/fluent-smtp/includes/Core/Container.php on line 1162 Deprecated: Return type of FluentMail\Includes\Core\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/simply36/public_html/wp-content/plugins/fluent-smtp/includes/Core/Container.php on line 1173 Deprecated: Return type of FluentMail\Includes\Core\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/simply36/public_html/wp-content/plugins/fluent-smtp/includes/Core/Container.php on line 1185 Deprecated: Return type of FluentMail\Includes\Core\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/simply36/public_html/wp-content/plugins/fluent-smtp/includes/Core/Container.php on line 1205
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP 8.1 Compatability issues with FluentSMTP’ is closed to new replies.