- Issue created by @lalop
- @lalop opened merge request.
- Status changed to RTBC
over 1 year ago 12:46pm 8 August 2023 - πͺπΈSpain albertosilva Basque Country
Confirmed this patch is working and fixes the error.
This error is happening because the interface is defined as
Drupal\syslog\Logger\SysLog::log($level, Stringable|string $message, array $context = []): void
but this module misses theStringable|string
declaration and the: void
return type. - πΊπΈUnited States NicholasS
Freshly updated to d10 got this same error, patch solved it - Good to Go!
- π¨π¦Canada andrew.wang
I ran into this issue too. Before applying the patch, Drupal does not bootstrap and I see error as shown in the screenshot. After the patch, the error is cleared. RTBC +1.
- π§π·Brazil Roger Luiz Tottene
Roger Luiz Tottene β changed the visibility of the branch 8.x-3.x to hidden.
- π§π·Brazil Roger Luiz Tottene
Roger Luiz Tottene β changed the visibility of the branch 8.x-3.x to active.
- fc4e1f68 committed on 8.x-3.x
Issue #3354111 by Roger Luiz Tottene, lalop, andrew.wang, NicholasS,...
- fc4e1f68 committed on 8.x-3.x
- Status changed to Fixed
8 months ago 8:23pm 6 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.