Skip to content

validation

Auto Added by WPeMatico

In InstallCommand.php line 274: Parameter validation failed

I have problem installing magento 2.4.2 It shows me an error (In InstallCommand.php line 274:Parameter validation failed ) Help me Thanks php bin/magento setup:install –base-url=http://127.0.0.1/magento/ –db-host=localhost –db-name=pp_12 –db-user=root –db-password=00000000 –admin-firstname=Magento –admin-lastname=User –[email protected] –admin-user=admin –admin-password=admin123 –language=en_US –currency=USD –timezone=America/Chicago –use-rewrites=1 –search-engine=elasticsearch7 –elasticsearch-host=localhost… Read More »In InstallCommand.php line 274: Parameter validation failed

How to make field in admin panel required

In admin panel on creating order page, i need to set field Middle Name/Initial required, if chosen shipping method is “Free shipping”, otherwise, this field doesn`t need to be required. Also, is this possible on backend?