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

后端 未结 18 665
别那么骄傲
别那么骄傲 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:24

    ubuntu users try this

    apt-get install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-gd php7.2-mysql php7.2-curl php7.2-intl php7.2-xsl php7.2-mbstring php7.2-zip php7.2-bcmath php7.2-soap php-xdebug php-imagick
    

    this is work for php 7.2 but you can change this 7.2 to 5.2 and run this command it is work.

提交回复
热议问题