帮助使用 FirePHP 调试 .php 应用程序
只需设置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请确保您使用的 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.
我认为您需要检查安装说明,尝试从头开始重新安装所有内容。
如果这不起作用,请考虑在 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