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.

Comments

dalemoore created an issue. See original summary.

swentel’s picture

Category: Support request » Bug report
Status: Active » Needs review
StatusFileSize
new654 bytes

Ah crap, my bad! Attached is a patch which should solve it, are you able to test it?

dalemoore’s picture

Sure, I tested it and this patch fixes it!

  • swentel committed dae5dc54 on 8.x-3.x
    Issue #3500010 by swentel: Notices in field expert after upgrade to 8.x-...
swentel’s picture

Title: Upgrade from 8.x-3.25 -> 8.x-3.26 producing errors with SDC component » Notices in field expert after upgrade to 8.x-3.26
Status: Needs review » Fixed

Alright, committed, new release will be up in a couple of minutes.

swentel’s picture

Status: Fixed » Closed (fixed)
dalemoore’s picture

Thanks for the quick fix! Working well.