Deprecation notices on PHP 8.1
-
Hi ??
I try to update the UAT version of website to php 8.1 php, but received msg:
Deprecated: Return type of WordPressPopularPosts\Container\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 /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/wordpress-popular-posts/src/Container/Container.php on line 50 Deprecated: Return type of WordPressPopularPosts\Container\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 /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/wordpress-popular-posts/src/Container/Container.php on line 83 Deprecated: Return type of WordPressPopularPosts\Container\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 /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/wordpress-popular-posts/src/Container/Container.php on line 61 Deprecated: Return type of WordPressPopularPosts\Container\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 /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/wordpress-popular-posts/src/Container/Container.php on line 71
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Deprecation notices on PHP 8.1’ is closed to new replies.