Problem/Motivation
When I upgrade via composer update from 8.x-3.25 to 8.x-3.26 and refresh my frontpage, I get errors related to "undefined array key prefix/suffix", "deprecated function: strlen()/str_replace()". This does not occur on 8.x-3.25.
The errors occur above where I've output an SDC via UI Patterns, a module I'm currently evaluating using, if that helps. If I change the block to not use UI Patterns/the SDC, and it just outputs with the normal Twig, I don't get an error. Is anyone else experiencing this issue?
Screenshot attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3500010-2.patch | 654 bytes | swentel |
| Screenshot 2025-01-15 at 8.41.43 AM.png | 946.58 KB | dalemoore |
Comments
Comment #2
swentel commentedAh crap, my bad! Attached is a patch which should solve it, are you able to test it?
Comment #3
dalemoore commentedSure, I tested it and this patch fixes it!
Comment #5
swentel commentedAlright, committed, new release will be up in a couple of minutes.
Comment #6
swentel commentedhttps://www.drupal.org/project/ds/releases/8.x-3.27 is out!
Comment #7
dalemoore commentedThanks for the quick fix! Working well.