PHP 8.1 Error / Deprecated
-
Hi, I get the following errors after updating to php 8.1.
Deprecated: Return type of FS_Key_Value_Storage::offsetExists($k) 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/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 309
Deprecated: Return type of FS_Key_Value_Storage::offsetGet($k) 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/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 317
Deprecated: Return type of FS_Key_Value_Storage::offsetSet($k, $v) 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/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 301
Deprecated: Return type of FS_Key_Value_Storage::offsetUnset($k) 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/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 313
Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 328
Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /alt/home/webmaster.crowdmedia/www/dev/wp-content/plugins/featured-images-for-rss-feeds/includes/freemius/includes/managers/class-fs-key-value-storage.php on line 339
The page I need help with: [log in to see the link]
- The topic ‘PHP 8.1 Error / Deprecated’ is closed to new replies.