Issue:
When navigating the Developer Logs section, if a specific date is selected from the date filter dropdown and a pagination link is clicked, the following error occurs:
TypeError Caught
htmlentities(): Argument #1 ($string) must be of type string, array given
Location:
ee/ExpressionEngine/Service/Filter/Filter.php:103
Cause:
The value() method in Filter.php is passing an array to htmlentities(), which expects a string.
Issue:
When navigating the Developer Logs section, if a specific date is selected from the date filter dropdown and a pagination link is clicked, the following error occurs:
Location:
ee/ExpressionEngine/Service/Filter/Filter.php:103
Cause:
The value() method in Filter.php is passing an array to htmlentities(), which expects a string.