I reverted to 1.4.0 and it started working for me again after a restart or
two. It was all a bit weird to be honest.

On Sat, Sep 26, 2009 at 5:49 AM, Eugene Morgan <eugenemorganrea...@gmail.com
> wrote:

> Actually I was just using the .ini method before, but I can get it to
> work now using the Bootstrap method in both Firebug 1.4.1 and 1.4.2
> (using FirePHP 0.3.1)
>
> On Fri, Sep 25, 2009 at 3:39 PM, Christoph Dorn
> <christ...@christophdorn.com> wrote:
> >
> > What version of Firebug are you using?
> >
> > See:
> >
> http://n2.nabble.com/Console-output-disappearing-with-Firebug-1-4-2-tp3394160ef842658.html
> >
> > Christoph
> >
> >
> >
> > Eugene Morgan wrote:
> >
> > I've had the same problem since ZF 1.8 -- has anyone else gotten it to
> work?
> >
> > On Tue, Sep 22, 2009 at 10:46 PM, Cameron <themsel...@gmail.com> wrote:
> >
> >
> > How can I test this one further? It *used* to work just fine, but since I
> > reworked to Zend_Application formats, it seems to have stopped, and the
> > regular methods of turning it on don't seem to result in any output.
> >
> > I've tried turning it on both in application.ini and in the Bootstrap. In
> > application.ini it looks like...
> >
> > resources.db.isdefaulttableadapter = true
> > resources.db.params.profiler.enabled = true
> > resources.db.params.profiler.class = Zend_Db_Profiler_Firebug
> >
> > and in Bootstrap.php...
> >
> > protected function _initDbProfiler() {
> >         $this->bootstrap("db");
> >         $db = $this->getResource("db");
> >         $db->setProfiler(new Zend_Db_Profiler_Firebug());
> >         $db->getProfiler()->setEnabled(true);
> >     }
> >
> > If I go like this:
> >
> > $db = DbTable_Base::getDefaultAdapter();
> > var_dump($db->getProfiler()->getEnabled());
> >
> > in a controller, it most certainly returns True, so according to the
> > framework guts, it's most certainly turned on, but there's nothing
> appearing
> > in my Firebug. FirePHP just says "No FirePHP data found in response
> > headers". Anyone know where to start looking with this? it's really quite
> > confusing, it all used to work perfectly!
> >
> >
> >
> >
> >
>

Reply via email to