- Issue created by @Jeya sundhar
- Merge request !30Issue #3502748 by sundhar: LogicException: Cannot create key "loading" → (Open) created by Jeya sundhar
- 🇮🇩Indonesia gausarts
Thank you.
I am using PHP8.3, as well, and see no evils.
I'd love to see a repro.
Also paste the entire error message so we can trace the caller aka the bad boy.
Automatically closed - issue fixed for 2 weeks with no activity.
- First commit to issue fork.
- 🇸🇰Slovakia trafo
In my case symptoms were that
BlazySettings::$storage['image']
was set to false. So when inCheck::uiContainer()
isimage.loading
set, you get "LogicException", because image is not an array.The issue was that I did not have image locally. In
BlazyResponsiveImage::dimensions()
is expected that in the end$dimensions
is not empty and overridesimage
. But if you don't have dimensionsend($dimensions)
returns FALSE and you end up with$blazies->set('image', FALSE, TRUE);
. - 🇮🇩Indonesia gausarts
@trafo, thank you.
Please describe a reproduction.
Bugs must have a consistent reproduction. Without one, it might be glitches, personal overrides, and many other reasons, which may or may not be valid. Only reproduction can validate it.
Feel free to re-open or create a new thread.