• Resolved 81

    (@81-1)


    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)
  • Plugin Support Amimul Ihsan Mahdi

    (@amimulihsanmahdi)

    Hello @81-1,

    Thank you for providing the information, I have passed this to our team for further investigation. Hopefully, they will fix it soon.

    Thank you

    Thread Starter 81

    (@81-1)

    Any updates, I attempted to check a moment ago and see if you had an update on this? All my sites use Fluent SMTP, and it’s great but I can’t update any site as similar messages for Fluent SMPT appear on multiple sites when I go to PHP 8.1 ??

    Same here. Please ensure Fluent SMTP is compatible for PHP 8.1

    Deprecated: Return type of 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 /var/www/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 /var/www/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 /var/www/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 /var/www/wp-content/plugins/fluent-smtp/includes/Core/Container.php on line 1205
    • This reply was modified 2 years, 3 months ago by Gulshan Kumar.
    Thread Starter 81

    (@81-1)

    I just updated one of my sites with the new update. It worked perfectly:)
    Try it out @thegulshankumar

    Thanks team ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 8.1 Compatability issues with FluentSMTP’ is closed to new replies.