- π¨πSwitzerland ytsurk Switzerland
I also needed the patch #4 from π PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /var/www/html/sites/all/modules/contrib/httprl/httprl.module:1885 Needs work to get it working again.
- π©πͺGermany osopolar π©πͺ GER π
Patch from #17 + compatibility fix for π PHP Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, bool given in /var/www/html/sites/all/modules/contrib/httprl/httprl.module:1885 Needs work + compatibility fix for π PHP 8.1 compatibility Active .
There is one difference to patch from #17, because if value was not provided (= NULL) it would behave like FALSE:
-function httprl_print_empty(&$data, $level = 0, $output_plain_text = TRUE) { +function httprl_print_empty(&$data, $level = 0, $output_plain_text = FALSE) {
- πΊπΈUnited States philsward
Even after patch #20 applied to latest dev, I'm still receiving the error:
Deprecated: Required parameter $output_plain_text follows optional parameter $level in /sites/all/modules/contrib/httprl/httprl.module on line 2861
But... specifically on page: /admin/config/development/logging
I haven't poked around to other pages to find any other offenders, however the logging config page definitely throws it for me.