Zend Framework

uncaught exception using filters on zend_db_profiler_firebug

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: N/A N/A
  • Resolution: Fixed
  • Affects Version/s: 1.7.6
  • Fix Version/s: 1.10.0
  • Component/s: Zend_Db_Profiler
  • Labels:
    None

Description

Using the Zend_Db_Profiler_Firebug in the bootstrap, and assigning a filter using

$profiler->setFilterQueryType(Zend_Db_Profiler::SELECT |
Zend_Db_Profiler::INSERT |
Zend_Db_Profiler::UPDATE |
Zend_Db_Profiler::DELETE |
Zend_Db_Profiler::QUERY );

results in an uncaught exception in the Zend_Db_Profiler_Firebug line 131
($profile = $this->getQueryProfile($queryId); )
The queryId is not found in the queryprofiles and an exception is thrown.

Issue Links

Activity

Hide
Mickael Perraud added a comment -

Fixed with r19138

Show
Mickael Perraud added a comment - Fixed with r19138

People

Vote (1)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: