- 🇫🇷France goz
Constructor has been removed in 3.0.2 and logger is loaded in create(). So 3.0.2 fixes the issue.
The svg_image_responsive module can't be used with monolog, and perhaps other Logger modules.
Enable svg_image_responsive
Enable Monolog module
Go to you site
Following error occurs :
PHP message: TypeError: Argument 12 passed to Drupal\svg_image_responsive\Plugin\Field\FieldFormatter\SvgResponsiveImageFormatter::__construct() must be an instance of Drupal\svg_image_responsive\Plugin\Field\FieldFormatter\LoggerChannelInterface, instance of Drupal\monolog\Logger\Logger given
In SvgResponsiveImageFormatter, LoggerChannel should not be used in constructor parameter but LoggerChannelInterface.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Constructor has been removed in 3.0.2 and logger is loaded in create(). So 3.0.2 fixes the issue.