Search code examples
phpfirephpqcodo

Helping using FirePHP to debug a .php application


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


Solution

  • 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.