Hi everbody!
Affected installation: TYPO3 V 10.3.0
The function "renderImage" in "typo3/sysext/fluid/Classes/ViewHelpers/MediaViewHelper.php" expects a fourth optional parameter "$fileExtension". As the function "renderImage" in "sms-responsive-images/Classes/ViewHelpers/MediaViewHelper.php" extends the main MediaViewHelper of fluid and calls its parent at the end, an error will be thrown, as this parameter is missing in the current development branch.
This pull request adds the fourth optional parameter "$fileExtension" to the "renderImage" function in "sms-responsive-images/Classes/ViewHelpers/MediaViewHelper.php".
Hi everbody! Affected installation: TYPO3 V 10.3.0
The function "renderImage" in "typo3/sysext/fluid/Classes/ViewHelpers/MediaViewHelper.php" expects a fourth optional parameter "$fileExtension". As the function "renderImage" in "sms-responsive-images/Classes/ViewHelpers/MediaViewHelper.php" extends the main MediaViewHelper of fluid and calls its parent at the end, an error will be thrown, as this parameter is missing in the current development branch. This pull request adds the fourth optional parameter "$fileExtension" to the "renderImage" function in "sms-responsive-images/Classes/ViewHelpers/MediaViewHelper.php".
Regards