Satchel
Satchel

Reputation: 16734

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

Upvotes: 0

Views: 411

Answers (2)

palbakulich
palbakulich

Reputation: 261

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

Upvotes: 0

VexedPanda
VexedPanda

Reputation: 393

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.

Upvotes: 0

Related Questions