donpb2823 2016-11-24 11:44
浏览 35

圆柱立方体安装后“OpenSSL:Not OK”

I am trying to install roundcube on localhost and I am getting the error

OpenSSL:  NOT OK

The php.ini has "extension=php_openssl.dll" enabled without the ";"

what could possibly be wrong here?

  • 写回答

1条回答 默认 最新

  • doujing5937 2016-11-24 15:51
    关注

    Make sure that php_openssl is enabled within the Apache-PHP environment.

    There are 2 php.ini files in WAMPServer for each version of PHP you have installed.

    To make sure you are editing the one that controls the Apache-PHP environment use the wampmanager menus.

    Either:

    (left click) wampmanager -> PHP -> php.ini
    

    and edit the php.ini file that is loaded into your editor directly

    Or using the menus again, you can turn PHP extensions on and off directly from the menu and this will guarantee you are editing the correct php.ini file

    enter image description here

    enter image description here

    Now all you do is click the extension name. If it is ticked it is already activated. When you click the line for an extension, it will activate the extension or deactivate it i.e. toggle its active state

    Oh the php.ini file you find in wamp\bin\php\php{version}\php.ini effects only the PHP CLI i.e. PHP when run from the command line. So if you are using anything like composer which uses a lot of command line tools, you would make sure that the extensions you wanted to use were activated in this version of the php.ini

    评论

报告相同问题?

悬赏问题

  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题