PHP deprecated messages in the log
-
hi Team,
I checked my debug.log and see lots of these messages there:
PHP Deprecated: Return type of Forminator_Addon_Container::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 /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 24
PHP Deprecated: Return type of Forminator_Addon_Container::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 /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 35
PHP Deprecated: Return type of Forminator_Addon_Container::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 /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 49
PHP Deprecated: Return type of Forminator_Addon_Container::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 /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 56
PHP Deprecated: Return type of Forminator_Addon_Container::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 70
PHP Deprecated: Return type of Forminator_Addon_Container::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 132
PHP Deprecated: Return type of Forminator_Addon_Container::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 143
PHP Deprecated: Return type of Forminator_Addon_Container::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 154
PHP Deprecated: Return type of Forminator_Addon_Container::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 166
PHP Deprecated: Return type of Forminator_Addon_Container::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/wp-content/plugins/forminator/library/addon/class-addon-container.php on line 177Please check. I’m using PHP: 8.1, WP: 6.3.2, the plugin 1.15.12. It makes too hard to check other logs also.
Thanks in advance,
Vahan
- You must be logged in to reply to this topic.