• Got several PHP Deprecated errors on my setup:
    OS: Debian 11 X64 (Bullseye)
    Webserver: Litespeed Webserver 6.0.12
    PHP Version: 8.1.6 (lsphp)
    Wordpress: 6.0
    Plugin version: 5.5.6.1

    Warnings:

    Deprecated: Return type of WPCF7_FormTag::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php on line 396
    
    Deprecated: Return type of WPCF7_FormTag::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php on line 388
    
    Deprecated: Return type of WPCF7_FormTag::offsetSet($offset, $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/wordpress/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php on line 382
    
    Deprecated: Return type of WPCF7_FormTag::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/form-tag.php on line 400
    
    Deprecated: Return type of WPCF7_Validation::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/validation.php on line 78
    
    Deprecated: Return type of WPCF7_Validation::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/validation.php on line 72
    
    Deprecated: Return type of WPCF7_Validation::offsetSet($offset, $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/wordpress/public_html/wp-content/plugins/contact-form-7/includes/validation.php on line 59
    
    Deprecated: Return type of WPCF7_Validation::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/wordpress/public_html/wp-content/plugins/contact-form-7/includes/validation.php on line 82
Viewing 1 replies (of 1 total)
  • Yes, I saw many of them through Query Monitor too. Someone know if there is a date for a fixing release? Tks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 8 Deprecated Errors’ is closed to new replies.