schmittjoh / JMSDebuggingBundle

This bundle provides advanced debugging tools for your Symfony2 project.
http://jmsyst.com/bundles/JMSDebuggingBundle
161 stars 29 forks source link

Error after updating symfony #40

Closed wlzch closed 12 years ago

wlzch commented 12 years ago

Fatal error: Declaration of JMS\DebuggingBundle\Kernel\NullProfilerStorage::find() must be compatible with that of Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find().

ProfilerStorageInterface::find expects 4 parameters , but NullProfilerStorage::find only have 3 parameters

stof commented 12 years ago

@schmittjoh any chance to have an update of the bundle to be compatible with Symfony ?

schmittjoh commented 12 years ago

I'll will update the bundle when I update my project. Symfony master has a few regressions atm which I'm waiting for to be addressed though.

On Fri, Jan 13, 2012 at 11:23 PM, Christophe Coevoet < reply@reply.github.com

wrote:

@schmittjoh any chance to have an update of the bundle to be compatible with Symfony ?


Reply to this email directly or view it on GitHub:

https://github.com/schmittjoh/JMSDebuggingBundle/issues/40#issuecomment-3487454

olegstepura commented 12 years ago

Well, still the same error

vladcosorg commented 12 years ago

error persists

DmitryLanda commented 12 years ago

error still persist. May be you should add branch for support other branches in Symfony

COil commented 12 years ago

Any chance to have this bug corrected ?

stof commented 12 years ago

I just re-activated the bundle in my project using Symfony 2.1-dev from 3 weeks ago and the above error is gone. I haven't tried with the latest master as updating would break my project because of the regression in Form

AurelC2G commented 12 years ago

This issue has been fixed two months ago in commit cb7a861e8f633bf1f78c5cde7f2f3ada50d7ceb8, which made this bundle compatible with the current branch of Symfony (2.1). However, it makes it difficult to use this bundle with a 2.0.x installation of Symfony... Maybe you could tag a version for use with this branch ?