Problem/Motivation
The module works very well really if there was an improvement in performance but recently when entering
/admin/reports/fileslog shows me the following error:
Error TypeError: Argument 1 passed to Drupal\fileslog\Controller\FilesLogController::getLogLevelLabel() must be of the type int, null given, called in /var/www/example.com/modules/contrib/fileslog/src/Controller/FilesLogController.php on line 121 in Drupal\fileslog\Controller\FilesLogController->getLogLevelLabel() (line 227 of /var/www/example.com/modules/contrib/fileslog/src/Controller/FilesLogController.php) #0 /var/www/example.com/modules/contrib/fileslog/src/Controller/FilesLogController.php(121): Drupal\fileslog\Controller\FilesLogController->getLogLevelLabel()
Comments
Comment #3
randalv commentedHi @Nelo_Drup,
Thank you for reporting the issue, I'll add a new release (1.0.2) that should fix this issue.
Comment #4
randalv commentedForgot to change status..
Comment #6
randalv commentedI'm sorry, the error threw me off a bit. Seems like I'm not awake enough yet.
I fixed the error for the canonical page only, with the latest release (1.0.3) the error on the overview/collection page should also be fixed.
Comment #7
nelo_drup commented#6 thanks I already updated the module and everything seems fine