- Issue created by @mingsong
- @mingsong opened merge request.
- Status changed to Needs review
almost 2 years ago 12:49am 16 February 2023 - First commit to issue fork.
- πΊπΈUnited States smustgrave
May cause issues for those on php7.4 but will see if anyone reports.
- Status changed to Fixed
almost 2 years ago 1:04am 16 February 2023 -
smustgrave β
committed 585d4108 on 3.0.x authored by
Mingsong β
Issue #3342209: PHP Fatal error when enabling Event Log Track Syslog...
-
smustgrave β
committed 585d4108 on 3.0.x authored by
Mingsong β
- πΊπΈUnited States smustgrave
There are some changes for syslog in here https://www.drupal.org/project/events_log_track/issues/3342257 π Fix the issues reported by phpcs Fixed would you mind testing too?
- π¦πΊAustralia mingsong π¦πΊ
@Stephen, I did a quick test for that MR.
Syslog sub modules works as expected.
Just two minor things.
1. It is not 'Core tokens for media.'
see
https://git.drupalcode.org/issue/events_log_track-3342257/-/blob/phpcs_i...2. I think we still need to translate the description of config event.
see
https://git.drupalcode.org/project/events_log_track/-/merge_requests/39#... Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 1:21pm 20 June 2023 - π«π·France byacoubi
Hello,
For version 9.5.9 of Drupal with PHP 8.1.11 you must change line 35 in the file:modules/contrib/fileslog/src/Logger/FilesLog.php:
public function log($level, string|\Stringable $message, array $context = []): void
By this line:
public function log($level, $message, array $context = []) {