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.
1
vote
0answers
19 views
including firephp via phar archive
I'm trying to install firephp by using the phar archive. The howto is described here: firephp install
But I've a problem with including the phar file, if tried it this way:
// If using PHAR Archive
...
0
votes
1answer
98 views
How to add FirePHP using composer to Zend Framework 2
I'm trying to add FirePHP to my Zend Framework 2 project using composer, but I get errors.
My OS is a Windows 7.
I tried following ways to make it working:
I added following code to composer.json ...
0
votes
0answers
31 views
Drupal for firebug works in chrome but not in firefox
I have downloaded and installed Drupal for firebug Module and FF and Chrome extensions.
I log in as admin (uid 1) and do a simple output call:
firep("this is some message", "Message Title");
On ...
1
vote
1answer
109 views
Laravel 3 debug php ajax firePHP
I have few questions:
Is there a better alternative for firePHP, for displaying server-side logs in developer console in the browser(agnostic: firefox, chrome..) (for ajax debugging)?
What is ...
6
votes
13answers
684 views
Sending “var_dump” to FireBug console
As you know var_dump() in addition to value show its data type and length.
Is there any way to log its output to FireBug console?
I tried FirePHP and FireLogger but both output only value of a ...
0
votes
1answer
75 views
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 ...
3
votes
2answers
114 views
Using FirePHP instead of var_dump
When I output a variable using fb() function it only output the variable value, is there any way so it show also variable type like what var_dump does? Nor show name of variable, it any one shows that ...
1
vote
2answers
45 views
How do I send FirePHP output to a file instead of the Firebug console?
How do I send all the FirePHP output to a file instead of the Firebug console?
Essentially once a site is deployed, I would like to 'flick the switch' and for the output to be sent to a log file ...
0
votes
1answer
237 views
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 ...
0
votes
2answers
534 views
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 ...
1
vote
0answers
32 views
FirePHP not working inside of required files
My firePHP works fine, except when I use it inside a class, any ideas why?
$firephp = FirePHP::getInstance(true);
$firephp->log('I'm logged from firePHP!!');
Will work fine if I stick it ...
3
votes
1answer
69 views
What do the coloured dots in firephp output mean?
I've seen green, orange, & grey dots, and they don't seem to correspond to variable types… any ideas?
I didn't find any mention of them in the FAQ, etc: http://www.firephp.org/Wiki/Reference/FAQ
...
1
vote
0answers
44 views
Firephp logging with multiple classes and dependencies
I am writing a rather large PHP application and I've come to a point where I would like some debugging output. I've successfully installed FireBug and FirePHP and I've managed to output one line of ...
1
vote
1answer
42 views
Can FirePHP be configured to tell where it's been called from when it logs?
I'm helping a colleague with a legacy, spaghetti code application. There are thousands of calls in it to $firephp->log, but we're trying to track down a particular one.
Can FirePHP be configured ...
0
votes
3answers
97 views
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 ...
0
votes
0answers
111 views
Firephp newline characters not outputting
I am a fan of firephp fore firebug. However its really bugging me (excuse the pun) that it does not output newline characters. it makes debugging queryies very tedious as I have to copy the query to ...
1
vote
1answer
844 views
FirePHP beginner issues
I am writing a web page that uses some php files. The php isn't working properly and I am trying to debug for things such as printing variables. I am new to php so this is all new territory.
I ...
3
votes
1answer
83 views
FirePHP equivelant for Ruby on Rails
is there an FirePHP equivalent for Ruby On Rails?
I would like to be able to send the value of a variable to a console and browse object properties.
10
votes
2answers
3k views
FirePHP Suddenly stopped working
My FirePHP modules seems to have stopped working. Instead I get this error message:
["There was a problem wri...ePHP/FirebugConsole/0.1",
TypeError: node is undefined
[Break On This Error]
...
0
votes
2answers
2k views
How to view session details in php using firebug?
I'm trying to figure out I how can do something like:
console.log('<?php print_r($_SESSION); ?>');
To see the results in the console.
console.log('<?php echo serialize($_SESSION); ...
1
vote
1answer
487 views
FirePHP headers not working with nginx and FPM
I have the FirePHP FireFox extionsion installed and it appears to be working. I also have take the sample code to test, but I am not getting a response.
<?php
require('FirePHPCore/fb.php');
...
0
votes
1answer
364 views
CakePHP 2 can't find FireCake using Debug_kit
I have been attempting to use CakePHP 2.0 and most of it works pretty well, however I have not been able to get console logging working with FireCake. I have FireBug 1.8.3 and FirePHP 0.6.2 installed ...
0
votes
1answer
165 views
FirePHP not working with Zend's json action helper
my FirePHP is working in Firebug 1.8. Did copy over the new core files.
However, when I use the following in the action
My_FirePHP::info('test');
$this->_helper->json($result);
of a ...
1
vote
1answer
458 views
FirePHP does not show extras when used with Zend_Log_Writer_Firebug
I've been developing with Zend Framework for ages (since 0.9) and this problem is nagging at my nerves ever since.
I want to output messages on the FireBug Console with the help of FirePHP and from a ...
1
vote
1answer
313 views
Getting FirePHP working in Kohana 3.1
I think I've successfully installed the FirePHP module in Kohana 3.1 but I'm not getting any output to the FireBug console.
I've tried this:
FirePHP::log('test');
and got this error:
Non-static ...
1
vote
4answers
802 views
Why am I not seeing any firephp output?
I am trying to get firephp to work. It was working as of last week and I don't know when
exactly it stopped working or what I changed.
I am now trying to do a simple firephp hello world.
<?php
...
0
votes
3answers
262 views
How to automatically remove debug statements for FirePHP?
FirePHP asks me to add debug function call on every .php page:
require_once('FirePHPCore/FirePHP.class.php');
ob_start();
It ist't a problem on my local machine. But I want to remove/disable them ...
2
votes
1answer
413 views
Error with output buffering and FirePHP
I get unexplained "Headers already sent on line #..." error on those 2 lines that execute "echo ..." in the code below.
Simplified version of the case:
<?php
ob_start();
//Initializing ...
1
vote
1answer
172 views
Has anyone used firephp with firefox 4 and Zend Framework DB Profiler?
I can't see the log in the console. The headers show the log, but nothing show up on the console. I've tested the Zend_Log_Writer_Firebug and everything works fine.
Any tips?
1
vote
2answers
1k views
Zend_Log_Writer_Firebug() not working
I have Firefox 3.6.15, Firebug and FirePHP addons installed, console enabled. I am using Zend 1.11. The following code doesn't show anything in the firebug console.
<?php
...
5
votes
2answers
621 views
FirePHP not outputting anything
I have been trying to get FirePHP to work for an hour now. I have the latest firebug installed and it works fine. I also installed the FirePHP addon. Then I downloaded the library files and included ...
0
votes
1answer
265 views
How do I set up FirePHP version 1.0?
I love FirePHP and I've been using it for a while, but they've put out this massive upgrade and I'm completely flummoxed trying to get it to work. I think I'm copying the "Quick Start" code (kind of ...
4
votes
1answer
103 views
Firebug and FirePHP only for selected domains?
How can I automatically enable Firebug and FirePHP only for pages in selected TLD eg. *.dev?
I don't see any option for this. Maybe some userscript?
Also, is there any way to always start Firebug in ...
0
votes
2answers
219 views
Best practices to review firePHP output more easily
I've implemented firePHP with ZF (http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/) which works like a charm. However what I'm noticing now that my application is growing ...
0
votes
1answer
426 views
Outputting an array with FirePHP
How do you output an array with FirePHP?
I'm using FirePHP in a Zend Framework project. I can output the value of individual variables with:
$logger->log('foo = '.$foo, Zend_Log::INFO);
and see ...
0
votes
1answer
305 views
How to print debug messages in Firebug Lite (Google Chrome extension)?
Does anyone know how to log to Firebug Lite Console using a simple PHP method call to print debug messages (something like the Firephp class for Firebug, in Firefox)?
Thanks
2
votes
1answer
707 views
FirePHP doesn't always write log messages
I set my loggers up in my Bootstrap.php like so:
$logger = new Zend_Log();
if($environment->debug == '1')
{
$stream = @fopen('/var/www/html/rta/rta.log','a',false);
...
0
votes
1answer
177 views
Magento frontend and backend page looks different
I am a newb in magento and recently started looking at it to create a store for my client.
I am not sure but i tried installing firephp extension and soon after that I’m having my screen looks like ...
0
votes
1answer
155 views
FireBug didn't working
I created a index.php file located in http://localhost/home/index.php. The file filled with the code below.
<?php
# //include the file
require_once("FirePHP.class.php");
# //create the object ...
1
vote
1answer
152 views
FirePHP not returning ajax request queries, yet returns normal page load queries
I am using firePHP(Zend profiler) on on FF 3.6.3(firephp addon installed) and it returns queries, when I do a normal page load. Ajax requests, however, are not returning the proper queries. I am ...
4
votes
2answers
2k views
Debugging JavaScript with Eclipse
What is the best way to debug javascript from the eclipse IDE. I used "logging to console" features of firebug with firephp installed on top of it for debugging a kohana php project along with eclipse ...
1
vote
2answers
1k views
Where do you include FirePHP in Wordpress?
I'm using require_once() in header.php to include the FirePHP library. In the page.php I'm doing the usual...
$firephp = FirePHP::getInstance(true);
$firephp->log($categories);
Getting these ...
0
votes
2answers
356 views
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 ...
2
votes
6answers
1k views
Is FirePHP limited by the Firebug console clearing upon redirect?
I am using FirePHP with Zend Framework.
When the user submits a form, I wish to output some data to the Firebug console and FirePHP is perfect for the job.
This all seems to work fine, except that ...
0
votes
2answers
1k views
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 ...
3
votes
2answers
1k views
Zend Framework 1.9.x and Firebug
Anybody here can point me on the right direction on using firebug for logging on Zend 1.9.x ?
I am using this : (from Zend Framework Manual page)
// Place this in your bootstrap file before ...
1
vote
3answers
269 views
Trouble understanding Firephp
I don't get FirePhp
FirePhp is an extension for the Firefox add-on Firebug.
I don't get why this should be used at all. How can this tool give me more than your everyday PHP debugger? Seriously? I ...
3
votes
3answers
1k views
Where am I supposed to see FirePHP output?
Ok, so I am finally trying out FirePHP.
I installed it and restarted firefox, enabled firebug for my localhost, moved the demo oo.php file that comes with the download into an IIS virtual directory, ...

