帮助使用 FirePHP 调试 .php 应用程序

发布于 2024-08-20 18:31:08 字数 413 浏览 12 评论 0原文

只需设置 FirePHP 并使用名为 Qcodo / Qcubed 的框架。有人听说过 SO 上的这些吗?

调试时遇到了挑战——尝试执行相当简单的 new() 和 save(),然后通过 Ajax 输出,但没有从错误中获得任何类型的响应。

对我们有什么帮助吗,我们两个人已经检查过,但似乎无法得到回复。

谢谢!

顺便说一句,这是似乎造成问题的类:

http://github.com/allyforce/AF-upload/blob/master/Library/Target1.class.php

just set up FirePHP and using a framework called Qcodo / Qcubed. Has anyone heard of these on SO?

Been having challenges debugging -- trying to do a fairly simple new() and save() and then output via Ajax but not getting any kind of responsiveness from errors.

Any help for us, two of us have checked it out but can't seem to get a response.

Thanks!

BTW, here's the class which seems to be creating the problems:

http://github.com/allyforce/AF-upload/blob/master/Library/Target1.class.php

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

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

发布评论

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

评论(2

手心的温暖 2024-08-27 18:31:08

请确保您使用的 FireFox 已安装 FireBug。 FirePHP 不能与任何其他组合一起使用。
此外,FireFox 是唯一能够正确显示 Ajax 错误的浏览器。

澄清一下,您必须在服务器上安装 http://www.firephp.org/ 为此也能工作。

Please ensure you're using FireFox with FireBug installed. FirePHP does not work with any other combination.
Also, FireFox is the only browser that correctly displays Ajax errors.

Just to clarify, you must have http://www.firephp.org/ installed on your server for this to work as well.

給妳壹絲溫柔 2024-08-27 18:31:08

我认为您需要检查安装说明,尝试从头开始重新安装所有内容。

如果这不起作用,请考虑在 Firephp 社区 中提问。

使用 FirePHP,您还可以获取从 PHP 直接发布到 FirePHP Firefox 扩展中的错误消息(E_ERROR、E_PARSE、E_CORE_ERROR、E_CORE_WARNING、E_COMPILE_ERROR、E_COMPILE_WARNING)...有关详细信息,请参阅 此处

I think that you need to check the installation instructions, try reinstalling everything from scratch.

If that doesn't work, then consider asking a question in the Firephp community.

With FirePHP you can also get error messages (E_ERROR, E_PARSE, E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR, E_COMPILE_WARNING) posted from PHP directly into the FirePHP Firefox extension... for details look here

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