使用 XAJAX 和 WordPress

发布于 2024-10-19 07:07:09 字数 311 浏览 1 评论 0原文

我正在尝试将 XAJAX % WordPress 一起使用。我已经创建并测试了我的 XAJAX 应用程序,一切正常。但是当我将 XAJAX 核心包含到我的 WordPress 主题中时,我收到此错误:

输出已发送到浏览器,地址为 E:\xampp\htdocs\mysite\wp\wp-content\themes\mytheme\header.php:2。请确保命令 $xajax->processRequest() 放置在此之前。

有人有这方面的经验吗?

我真的很感谢你的帮助。 非常感谢!

I'm trying to use XAJAX % WordPress together. I've created and tested my XAJAX app and everything works fine. But when I include the XAJAX core into my WordPress theme I get this error:

Output has already been sent to the browser at E:\xampp\htdocs\mysite\wp\wp-content\themes\mytheme\header.php:2. Please make sure the command $xajax->processRequest() is placed before this.

Anyone has any experience with this?

I really appreciate your help.
Thanks so much!

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

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

发布评论

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

评论(1

烟雨凡馨 2024-10-26 07:07:09

听起来 XAJAX 正在尝试设置一些标头,但它是在内容发送给访问者之后运行的。找到 processRequest() 并确保它不在任何输出(如 HTML)之后

It sounds like XAJAX is trying to set some headers, but it's running after content has been sent to the visitor. Find processRequest() and make sure it's not after any output (like HTML)

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