牛骨文教育服务平台(让学习变的简单)
博文笔记

Message: file_get_contents(): Unable to find the wrapper "https" .....

创建时间:2017-06-27 投稿人: 浏览次数:498

“Message: file_get_contents(): Unable to find the wrapper “https” - did you forget to enable it when you configured PHP?”
Message: file_get_contents(https://api.weixin.qq.com/sns/oauth2/acces****): failed to open stream: No such file or directory
以上报错提示信息,是在部署项目,进行微信网页授权时的错误提示。

首先,要确保php.ini配置文件中,开启allow_url_fopen,
然后,重要的一点,要开启php_openssl.dll扩展!

声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。