Tagged Questions
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.
8
votes
2answers
1k 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]
...
4
votes
2answers
181 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 ...
4
votes
1answer
77 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 ...
3
votes
2answers
835 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, ...
2
votes
1answer
32 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.
2
votes
1answer
136 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 ...
2
votes
1answer
438 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);
...
2
votes
1answer
1k 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 ...
2
votes
2answers
974 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
1answer
110 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');
...
1
vote
1answer
127 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
107 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
1answer
102 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
463 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
...
1
vote
1answer
97 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 ...
1
vote
1answer
466 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 ...
1
vote
5answers
780 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 ...
1
vote
3answers
210 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 ...
0
votes
2answers
74 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); ...
0
votes
0answers
7 views
Why does FirePHP need an insight server path?
According to the docs:
The INSIGHT_SERVER_PATH constant must point to a script (relative to
the document root) that includes FirePHP and is used to fetch data
from the server. It may point to ...
0
votes
1answer
96 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
0answers
28 views
Using FirePHP within the wordpress admin
Apparently in the wordpress admin code it will clear the headers and / or the contents of ob_* buffers and this seems to break firePHP which has already set headers.
Does anybody know of a way to use ...
0
votes
1answer
66 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 ...
0
votes
3answers
177 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
107 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 ...
0
votes
1answer
144 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 ...
0
votes
2answers
129 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
162 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
218 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
0
votes
1answer
132 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
131 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 ...
0
votes
2answers
269 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 ...
0
votes
2answers
679 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 ...