PhpWind教程:环境配置打开了allow_url_fopen却无法采集_PhpWind教程
教程Tag:暂无Tag,欢迎添加,赚取U币!
PHP配置环境中支持file_get_contents、file、fopen打开远程url时总是报错,错误信息如下:
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /usr/vogue/upload/1.php on line 4
Warning: file_get_contents(http://blog.sina.com.cn/myblog/index_rss.php?uid=1190363061)
[function.file-get-contents]: failed to open stream: Connection refused in /usr/vogue/upload/1.php on line 4
这可能是服务器DNS出问题,造成了路由结果中有部分路由执行超时,最终PHP执行时间超时,导致采集与RSS导
用到这类型的函数娶不到内容而无法使用此项功能。
解决办法:
检查一下环境是否开始了allow_url_fopen,在服务器上跟踪一下路由是否有断网的节点存在,如存在更换DNS。
查看更多 PhpWind教程 PhpWind模板风格
相关PhpWind教程:
- PhpWind教程:PHPWind forum V7.5 SP1 使用与修复说明
- PhpWind教程:PHPWind Forum V7.5 升级教程
- PHPWind7.3 升级7.3.2 图文教程
- PhpWind教程:sitemap生成问题
- PhpWind教程:热榜排行 for 75
- PHPwind 6.3.2升级至PHPwind 7.3.2 图文教程
- PHPWind 7.0 升级至PHPwind 7.3.2 图文教程
- PHPWind 7.0 升级到PHPwind v7.3 图文教程
- PHPWind 6.3.2升级到 PHPwind v7.3 图文教程
- PHPWind6.3.2升级PHPWind7.0说明教程
- PhpWind教程:PHPWind6.3(6.3rc、6.3) to PHPWind6.3.2升级教程
- PhpWind教程:PHPWind6.x(6.0rc、6.0) to PHPWind6.3.2升级教程
- 相关链接:
- 教程说明:
PhpWind教程-PhpWind教程:环境配置打开了allow_url_fopen却无法采集。