jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

New parameter location_config #4

Closed sliver closed 12 years ago

sliver commented 12 years ago

Hi,

I got an error:

Fatal error: Jns\Bundle\XhprofBundle\DataCollector\XhprofCollector::stopProfiling(): Failed opening required

There is a new parameter named location_config need to be set. I have no idea how to add the parameter.

Could someone figure this out?

sliver commented 12 years ago

@Seldaek could you give me some hints?

Seldaek commented 12 years ago

I think you're not using the "right" xhprof. Try with https://github.com/preinheimer/xhprof which has the config.php stuff in xhprof_lib/config.sample.php.

sliver commented 12 years ago

I got it, big thanks.