Questions tagged [firephp]

FirePHP is a plugin, for the Firebug add-on, that provides non-invasive logging from PHP programs to the Firebug Console. FirePHP is ideally suited for Ajax development where clean JSON and XML responses are required.

FirePHP is a plugin, for the Firebug add-on, that provides non-invasive logging from PHP programs to the Firebug Console.

FirePHP is ideally suited for Ajax development where clean JSON and XML responses are required, as all data is sent via response headers and will not interfere with the content on your page.

Links:

74 questions
0
votes
1 answer

FireBug didn't working

I created a index.php file located in http://localhost/home/index.php. The file filled with the code below.
Nano HE
  • 9,109
  • 31
  • 97
  • 137
0
votes
3 answers

Error installing FirePHPCore

I am working off a clean install of Ubuntu 14.04 LTS and cannot install firephp due to error: #pear install firephp/FirePHPCore downloading FirePHPCore-0.3.2.tgz ... Starting to download FirePHPCore-0.3.2.tgz (25,019 bytes) .........done: 25,019…
0
votes
2 answers

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…
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
1 answer

Remove FirePHP headers with Varnish

I've got a line in my Varnish default.vcl that successfully clears the ChromePHP headers: sub vcl_fetch { remove beresp.http.X-ChromeLogger-Data; } I'm trying to do the same thing for FirePHP, but the data for FirePHP is spread out over many…
cmenning
  • 630
  • 5
  • 10
0
votes
1 answer

how to display info in Firebug using Firephp

I am trying to display some info from a ajax call using firephp and firebug.I am able to display someinfo when the ajax call is done. Is there a way to display while it is executing? For example my code below id inside a foreach loop. foreach…
zeid10
  • 511
  • 8
  • 28
0
votes
1 answer

What causes firePHP to fail to open output stream

I am trying to write a javascript variable to the console but could not so I setup (I think???) firePHP but received Warning: require(FirePHPCore/fb.php): failed to open stream: No such file or directory in…
Jie Hart
  • 819
  • 2
  • 12
  • 24
0
votes
2 answers

include and function not working

Hi I still cannot figure out why these codes are not working and they have not produced out any error though I have tested the small example and it worked. Here are these codes: securedlogin.php
user1739825
  • 820
  • 4
  • 10
  • 27
0
votes
2 answers

how to use fireAnbu in laravel 3?

I've installed the bundle fireAnbu in my local laravel 3 app, but I can't figure out how to use it! (feeling silly) I've got 'fireanbu' => array('auto' => true), in bundles.php and 'profiler' => true, in fireanbu/config/fireanbu.php, and I've…
ptim
  • 14,902
  • 10
  • 83
  • 103
0
votes
2 answers

Zend Framework, FirePHP

I'm having a spot of bother getting anything to log with FirePHP and Zend Framework. Firebug is installed and the site is in the allowed list. I don't know if there are any other tests I can do to check FirePHP. Bootstrap : protected function…
piddl0r
  • 2,431
  • 2
  • 23
  • 35
0
votes
1 answer

How to catch errors/warnings with FirePHP

I'm not sure how to get FirePHP to catch errors and warnings and report them in the Firebug console. I've installed FirePHP and I'm pretty sure it is working—I see responses from these in the console: fb('Log message', FirePHP::LOG); fb('Info…
Jeremy Schultz
  • 579
  • 1
  • 6
  • 26
0
votes
1 answer

Debugging ajax calls on CakePHP 2 with DebugKit, Firebug et al

I have a CakePHP 2 app with DebugKit installed. It is working fine and I get the memory usage and processing time in the "Timing" toolbar for each page I load. What I also want to be able to do is get memory usage and processing times for ajax…
Joseph
  • 2,737
  • 1
  • 30
  • 56
0
votes
2 answers

Using FirePHP with Zend Framework 2

I'm trying to use FirePHP with Zend Framework 2, but there seems to be something missing. Here's the basic code I'm trying to run: $writer = new Zend\Log\Writer\FirePhp(); $logger = new…
Rocket04
  • 1,801
  • 5
  • 25
  • 47
0
votes
3 answers

Check whether FirePHP is installed in PHP code

Is there any way to determine whether FirePHP is installed on the server (via PEAR)? I'd like to make possible logging in FirePHP but also not to crash the code for everyone without that tool. The example, how I imagine it should work: $message =…
Pavel S.
  • 11,892
  • 18
  • 75
  • 113
-2
votes
1 answer

Firephp, class file and 'Undefined variable'

this is a very dumb question but i have no php pal i can fall back to, sad me ;-) So i have this setup, i have just installed firephp: /lib/firephp.php // firephp standard library /lib/data.php // a php class file of my own | …
Juan Jose
  • 97
  • 1
  • 8
1 2 3 4
5