Problem/Motivation
Dynamic properties are deprecated in PHP 8.2+ as per https://php.watch/versions/8.2/dynamic-properties-deprecated
Steps to reproduce
Use the theme with PHP 8.2+
Proposed resolution
Declare the missing $delta property.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3381116-and-2998663-3.patch | 1.35 KB | fenstrat |
| #2 | 3381116-2.patch | 404 bytes | fenstrat |
Comments
Comment #2
fenstratComment #3
fenstratSame patch, but combined with #2998663-2: Error "Warning: A non-numeric value encountered in alpha_theme_container->regions() " on php 7.1 as when that is applied this one doesn't apply, think it's due to the missing blank line at the end of the file.