zoukankan      html  css  js  c++  java
  • window yii2 安装插件 报yiisoft/yii2 2.0.x-dev requires ext-mbstring错

     Problem 1
            - yiisoft/yii2 2.0.x-dev requires ext-mbstring * -> the requested PHP extens
        ion mbstring is missing from your system.
            - yiisoft/yii2 2.0.9 requires ext-mbstring * -> the requested PHP extension
        mbstring is missing from your system.
            - yiisoft/yii2 2.0.8 requires ext-mbstring * -> the requested PHP extension
        mbstring is missing from your system.
            - yiisoft/yii2 2.0.7 requires ext-mbstring * -> the requested PHP extension
        mbstring is missing from your system.
            - yiisoft/yii2 2.0.6 requires ext-mbstring * -> the requested PHP extension
        mbstring is missing from your system.
            - Installation request for yiisoft/yii2 ~2.0.6 -> satisfiable by yiisoft/yii
        2[2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.x-dev].
    
          To enable extensions, verify that they are enabled in those .ini files:
            - I:android_developerhttpd2.4phpphp.ini
          You can also run `php --ini` inside terminal to see which files are used by PH
        P in CLI mode.
    
    解决:
    
            找到php.ini打开extension=php_mbstring.dll



    报错:
    
        Deprecation Notice: The ComposerPackageLinkConstraintMultiConstraint class is deprecated, use ComposerSemverConstraintMultiConstraint instead . in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/Package/LinkConstraint/MultiConstraint.php:17
    
    解决:
    
        composer global require "fxp/composer-asset-plugin:~1.0.0"
        修改成
        composer global require "fxp/composer-asset-plugin:~1.2.1"


    报错:
    
        The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.
    
    解决: 
    
        You should go to XAMPP php.ini and remove the semicolum from: extension=php_openssl.dll
    
    参考:
    
        https://teamtreehouse.com/community/openssl-extension-is-required
  • 相关阅读:
    AUDIT审计的一些使用
    HOW TO PERFORM BLOCK MEDIA RECOVERY (BMR) WHEN BACKUPS ARE NOT TAKEN BY RMAN. (Doc ID 342972.1)
    使用BBED理解和修改Oracle数据块
    Using Class of Secure Transport (COST) to Restrict Instance Registration in Oracle RAC [ID 1340831.1]
    调试利器GDB概念
    第4章 思科IOS
    第3章 ip地址和子网划分
    第2章 TCPIP
    2020年阅读过的黑客资源推荐篇
    第1章 计算机网络
  • 原文地址:https://www.cnblogs.com/grimm/p/6991297.html
Copyright © 2011-2022 走看看