- 🇮🇳India santhosh@21
I have got the same issue when i visit the Logging & Errors page
TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in implode() (line 118 of/filelog/filelog.moduleAfter adding the update hook it resolved the issue.
- First commit to issue fork.
-
AstonVictor →
committed 7de07296 on 2.1.x
Issue #3295057 - Add validation
-
AstonVictor →
committed 7de07296 on 2.1.x
- Status changed to Fixed
4 months ago 5:51pm 10 July 2024 - 🇺🇦Ukraine AstonVictor
Created and merged a new MR.
Simply added
$variable = (array) $value;
to force change the value type in order to avoid the error. - 🇮🇹Italy kopeboy Milan
+2
I had gotten the same error right after installing the module (2.1.1) and visiting /admin/config/development/logging on a fresh Drupal 10.3.1 site.
Applying MR!8 solved the issue.
Automatically closed - issue fixed for 2 weeks with no activity.