您的位置:首页 > 理论基础 > 计算机网络

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

2017-06-27 14:09 801 查看
“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[b]****[/b]): failed to open stream: No such file or directory

以上报错提示信息,是在部署项目,进行微信网页授权时的错误提示。

首先,要确保php.ini配置文件中,开启allow_url_fopen,

然后,重要的一点,要开启php_openssl.dll扩展!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: