Tagged Questions

7
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
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
832 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
31 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
135 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
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
968 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
126 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
1answer
465 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
779 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
72 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
1answer
95 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
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
1answer
217 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 ...