snowair / phalcon-debugbar

A powerful debug and profilers tool for the Phalcon Framework
MIT License
162 stars 49 forks source link

collectors #30

Closed linglingqi007 closed 8 years ago

linglingqi007 commented 8 years ago

doctrine = true

Fatal error: Class 'Doctrine\DBAL\Logging\DebugStack' not found in /Users/huangjinlong/developer/projects/phalcon_demo/vendor/snowair/phalcon-debugbar/src/PhalconDebugbar.php on line 230

snowair commented 8 years ago

You should install the doctrine/orm package first.

linglingqi007 commented 8 years ago

ok,thanks.