php version compatibility with 8.1 and 8.2
-
with php 8.1 and 8.2 I receive errors from this plugin enabling the debug mode, here the errors with php 8.1:
Deprecated: Return type of Aurora_Heatmap_Options::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 PATH / class-aurora-heatmap-options.php on line 105
Deprecated: Return type of Aurora_Heatmap_Options::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 PATH / class-aurora-heatmap-options.php on line 115
Deprecated: Return type of Aurora_Heatmap_Options::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 PATH / class-aurora-heatmap-options.php on line 125
Deprecated: Return type of Aurora_Heatmap_Options::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 PATH / class-aurora-heatmap-options.php on line 136
The page I need help with: [log in to see the link]
- The topic ‘php version compatibility with 8.1 and 8.2’ is closed to new replies.