- π¨π¦Canada joseph.olstad
I'm getting sick of seeing this error for the past 10 months or more.
Here's a patch for HEAD of 2.x
- Status changed to Closed: outdated
about 1 year ago 1:01pm 8 September 2023 - π³π±Netherlands idebr
There is a Varnish Purger release 8.x-2.2 available that includes the referenced fix in #3240945: Invalidate function throws error on str_replace() using PHP8 β
- Status changed to RTBC
about 1 year ago 7:41am 9 September 2023 - π§πͺBelgium BramDriesen Belgium π§πͺ
Sorry but no, the issue you mentioned is altering a debug statement, this doesn't solve the issue where an implode is being done on empty items, which in the end will also still generate error/warning logs.
Forgot to update the issue here but the patch is working as expected.
- π¦πΊAustralia jordan.jamous
jordan.jamous β made their first commit to this issueβs fork.
- Merge request !13Issue #3256913: Warning: Array to string conversion issue β (Open) created by jordan.jamous
- π¦πΊAustralia jordan.jamous
Thanks everyone, RTBC here as well. I am trying to give it a nudge, therefore I created a merge request out of #4 patch. Thank you.
- last update
12 months ago Composer require-dev failure - π¨πSwitzerland megadesk3000
Hi
We were using the patch and recognized that the implode statement that has been inserted is in wrong parameter order and therefor the emergency logging will never happen.FALSE
$headers = implode($headers, '<br>');
CORRECT:
$headers = implode('<br>', $headers);
Corrected patch added.
- Status changed to Needs review
11 months ago 2:47pm 15 December 2023 - Status changed to RTBC
11 months ago 11:40pm 17 December 2023