MagpieRSS:无法获取错误

发布于 2024-10-11 06:38:13 字数 281 浏览 2 评论 0原文

当我的脚本从本地 Apache 服务器解析 RSS 提要时,它解析得很好,但是当我将脚本上传到远程托管服务器时,它会给出错误:

警告:Magpie RSS:无法获取(url)并且 magpierss-0.6/rss_fetch.inc 中的缓存已关闭

第 231 行。

我已经搜索了可能的答案,任何建议都与启用和更改缓存生命周期有关。我认为这不是问题 - 看起来问题出在远程托管 Apache 服务器或拒绝访问我的主机。

有人可以帮忙吗?

When my script parses an RSS feed from my local Apache server, it parses fine but when I upload script to the remote hosting server it gives the error:

Warning: Magpie RSS: Failed to fetch (url) and cache is off in magpierss-0.6/rss_fetch.inc

on line 231.

I have searched for possible answers and any suggestions are around enabling and changing cache lifetime. I think that is not the problem - it looks like the problem is with remote hosting Apache server or denied access to my host.

Can anyone help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

若沐 2024-10-18 06:38:13

检查 magpie 是否可以打开 rss url。通常在服务器上启用curl或allow_url_fopen。还要确保 magpie 能够/允许/允许创建缓存文件(如果有)

check that magpie can open the rss url. Usually with curl being enabled or allow_url_fopen on your server. Also make sure that magpie is able/allowed/permitted to create caching files (if any)

万劫不复 2024-10-18 06:38:13

这可能是由于 url 错误、服务器繁忙或主机不允许远程文件访问造成的。

$errormsg = "获取$url失败";来源表明访问主机时出现问题。

尝试检查远程主机的访问 - 如果您有 ssh &启用curl即可
卷曲(网址)

This could be caused by a bad url, the server is busy or not having remote file access allowed in your host.

$errormsg = "Failed to fetch $url "; in source indicative of problem getting to host.

Try checking access from the remote host - if you have ssh & curl enabled just do
curl (url)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文