To enable extensions, verify that they are enabled in those .ini files - Vagrant/Ubuntu/Magento 2.0.2

后端 未结 18 637
别那么骄傲
别那么骄傲 2020-12-24 06:02

When installing Magento 2.0.2 via composer getting this error:

Problem 1
 - Installation request for magento/product-enterprise-edition 2.0.2 -> satisfiab         


        
18条回答
  •  暖寄归人
    2020-12-24 06:18

    1. Open the xampp/php/php.ini file in any editor
    2. Search ";extension=php_intl.dll"
    3. Remove the starting semicolon ( ; )

      Like: ;extension=php_intl.dll to extension=php_intl.dll

    This helped me.

提交回复
热议问题