-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I've made fresh install of Magento 2.4.4
PHP version is 8.1.4
I've created two child themes (one of luma & one of blank)
I've installed PL language pack using command:
composer require mageplaza/magento-2-polish-language-pack:dev-master mageplaza/module-smtp
Next step (after installing language pack) should be:
php bin/magento setup:static-content:deploy pl_PL -f
Following command causes an error:
Error happened during deploy process: Deprecated Functionality: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in /workspaces/magento-demo/vendor/magento/framework/View/Asset/PreProcessor/FileNameResolver.php on line 44
Line 44 of FileNameResolver.php looks like this:
I've found somethinf like this: [PHP 8.1: Passing null
to non-nullable internal function parameters is deprecated]
How can I fix this error?