I'm getting the following error when adding an icon to the paragraph type:

Error: Cannot use string offset as an array in Drupal\paragraphs\Controller\ParagraphsTypeListBuilder->buildRow()

Seems to be an issue with $row['icon_file'] being initialized as a string and later on used as an array.
This error only appears for PHP 7.1 (https://3v4l.org/lZA7F), that's why the testbot didn't catch it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geertvd created an issue. See original summary.

geertvd’s picture

Status: Needs review » Needs work

The last submitted patch, 2: fatal_error_after-2877376-2.patch, failed testing.

geertvd’s picture

That fail seems unrelated, I wonder if it has something to do with the search_api release earlier today.

geertvd’s picture

  • Primsi committed 9ba222f on 8.x-1.x authored by geertvd
    Issue #2877376 by geertvd: Fatal error after adding an icon to a...
Primsi’s picture

Status: Needs work » Fixed

Re test fail: you were correct. Rerun just in case.

Committed, thx.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.