PHP Atom 提要未显示
我正在使用 PHP 生成提要,它在我的本地开发沙箱上运行得非常好。当我上传到服务器后,我得到一个空白页面。我知道编程是正确的,因为它在我的本地机器上运行良好。您认为问题可能出在哪里?我没有使用任何额外的库,至少我不这么认为。我打开了错误报告并没有收到任何问题。有什么想法吗?
I'm using PHP to generate feeds, which is working perfectly fine on my local development sandbox. Once I upload to the server, I get a blank page. I know the programming is correct, because it works fine on my local box. What do you think the problem might be? I'm not using any extra libraries, atleast I don't think so. I put on error reporting and received no issues. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您输出正确的内容类型,并尝试使用某些第三方在线服务来验证提要。如果您确实没有收到任何信息,请检查服务器日志,则一定存在静默错误。
Make sure you are outputing the correct Content-type, also try to validate the feed using some third party online service. If you are really getting nothing check your server logs, there must be a silenced error.