警告:file_get_contents():allow_url_fopen=0 在服务器配置中禁用了 https:// 包装器
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
我的一个插件似乎出现了一个小问题,目前收到此错误:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
我尝试的第一个解决方案是在服务器配置中将 allow_url_fopen 更改为已启用,但这并没有解决任何问题,然后我进行了测试以查看它是否确实显示为打开并且确实如此。
我什至尝试添加 ini_set("allow_url_fopen", 1);
看看是否可以解决问题,但我仍然遇到问题。
有什么我没试过的吗?
我的一个插件似乎出现了一个小问题,目前收到此错误:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
我尝试的第一个解决方案是在服务器配置中将 allow_url_fopen 更改为已启用,但这并没有解决任何问题,然后我进行了测试以查看它是否确实显示为打开并且确实如此。
我什至尝试添加 ini_set("allow_url_fopen", 1);
看看是否可以解决问题,但我仍然遇到问题。
有什么我没试过的吗?