Uncaught PHP Exception TypeError: "implode(): Argument #1 ($array) must be of type array, string given" at bootstrap_library.module line 149

Created on 5 April 2025, 14 days ago

Proposed resolution

//On line 149 change to
function _bootstrap_library_array_to_string($array) {
if (!is_array($array)) {
$array = [$array];
}
return implode("\r\n", $array);
}

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡¬Uganda Thomas Kaisuka

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024