PHP XMLRPC 错误 - 无法序列化内容为本机 PHP 值的 xmlrpcresp 对象

发布于 2024-12-20 15:11:20 字数 720 浏览 2 评论 0原文

我有一个 PHP xmlrpc-client (http://phpxmlrpc.sourceforge.net/) 调用远程 PHP xmlrpc -服务器。大多数时候它可以工作,但有时会失败,

无效的返回有效负载:启用调试以检查传入的有效负载(第 1 行的 XML 错误,检查 URL)。

在启用调试时,我得到的错误信息为,

<PRE>---GOT---

HTTP/1.1 200 OK

Date: Wed, 07 Dec 2011 03:39:02 GMT

Server: Apache/2.2.16 (Ubuntu)

X-Powered-By: PHP/5.3.3-1ubuntu9.3

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 266

Connection: close

Content-Type: text/html

.

cannot serialize xmlrpcresp objects whose content is native php values.

内容类型显示为 html 而不是 xml,这是问题吗?我想获得一些帮助以进一步进行。

I have a PHP xmlrpc-client (http://phpxmlrpc.sourceforge.net/) calling a remote PHP xmlrpc-server. Most of the time it works but sometimes it fails with,

Invalid return payload: enable debugging to examine incoming payload (XML error at line 1, check URL).

On enabling debug, I got the error info as,

<PRE>---GOT---

HTTP/1.1 200 OK

Date: Wed, 07 Dec 2011 03:39:02 GMT

Server: Apache/2.2.16 (Ubuntu)

X-Powered-By: PHP/5.3.3-1ubuntu9.3

Vary: Accept-Encoding

Content-Encoding: gzip

Content-Length: 266

Connection: close

Content-Type: text/html

.

.

cannot serialize xmlrpcresp objects whose content is native php values.

The content type is shown as html instead of xml, is this the issue ?. I would like to get some help to proceed further.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文