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

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

    Updated....For ubuntu users

    sudo apt-get php install libapache2-mod-php php-common php-gd php-mysql php-curl php-intl php-xsl php-mbstring php-zip php-bcmath php-soap php-xdebug php-imagick
    
    0 讨论(0)
  • 2020-12-24 06:29

    First installed sudo apt-get install php5-gd, then sudo apt-get install php5-intl and last one was sudo apt-get install php5-xsl. After that, it's installing as it should.

    0 讨论(0)
  • 2020-12-24 06:30

    For me

    sudo apt-get install php5-mcrypt 
    

    solved the issue

    0 讨论(0)
  • 2020-12-24 06:33

    Have tried for many times, the above answers don't solve my quesiton, but this command helped me:

    sudo apt-get install php-mbstring
    
    0 讨论(0)
  • 2020-12-24 06:40

    this command would do the trick

    sudo apt-get install php5-curl
    
    0 讨论(0)
  • 2020-12-24 06:40

    It's worked fine in server

    composer install --no-dev
    
    0 讨论(0)
提交回复
热议问题