X-Wf- Header Missing

4 messages Options
Embed this post
Permalink
Schnoop () X-Wf- Header Missing
Reply Threaded More More options
Print post
Permalink
Hey there,

i've a problem using FirePHP.

What i've done till now:

I visited http://www.firephp.org/; opened my FireBug/FirePHP and have wonderfull debug output. So i think on my client side everything is setup fine.

I've installed the FirePHP Library via PEAR on my server; setup a Zend Framework project using the Zend_Front_Controller and follows the setup steps mentioned in a blog post here: http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/

But i do not have any output if i request my project. I visited the faq thread in this forum and processed through all points and found the problem releated that i don't have the X-Wf- header in the request header.

What do i have to do to add these headers to the request?

Greetings

Schnoop

Edit: It seems to be an Zend Framework issue; if i use the native variant i get response.
Christoph Dorn () Re: X-Wf- Header Missing
Reply Threaded More More options
Print post
Permalink
What do you mean with "It seems to be an Zend Framework issue; if i use the native variant i get response."?

FirePHP support is built right into Zend Framework and if you follow the blog post you should be able to get it working.

If you want to use the FirePHPCore library via PEAR you can follow these instructions: http://www.firephp.org/HQ/Install.htm
Schnoop () Re: X-Wf- Header Missing
Reply Threaded More More options
Print post
Permalink
Hm, i've implemented this examples:

http://www.firephp.org/HQ/Learn.htm

They work fine. I've logging output in firebug.

But if i try to run FirePHP via Zend Framework it is not working. I implemented it like you mentioned in your blog post. The only difference is figured out is that there are no X-Wf Headers in the request.
Christoph Dorn () Re: X-Wf- Header Missing
Reply Threaded More More options
Print post
Permalink
You mean there is no X-Wf Headers in the response?

If you can send me your bootstrap file and one of the files from which you are logging I can take a closer look.