Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.24
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
25 Apr 2022 at 09:32 UTC
Updated:
9 May 2022 at 22:14 UTC
Jump to comment: Most recent
If some render array has '#attributes' or '#body_attributes' property defined as string instead of array there is error raiased:
The website encountered an unexpected error. Please try again later.
TypeError: array_unique(): Argument #1 ($array) must be of type array, string given in array_unique() (line 66 of themes/contrib/bootstrap/src/Utility/Attributes.php).
array_unique() (Line: 66)Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
f1mishutka commentedComment #4
f1mishutka commentedComment #7
shelaneThanks!