Open JonathanRamier opened 9 years ago
Hi,
Did you activate the bundle into your dev
environment or only in test environment ?
Hi, I want to implement the bundle in a production environment for profiling. I added in Appkernel like this
$bundles = array(
new Acme\AppBundle\AcmeAppBundle(),
new Jns\Bundle\XhprofBundle\JnsXhprofBundle(),
new Acme\ProfilerBundle\AcmeProfilerBundle(),
);
Did you registered many entityManagers ? Looks something like that ...
Hi,
I try to use you bundle, however I 've a problem when I implement a the bundle with a new database. My configuration looks like this
-- my jns_xhprof.yml
In my config.yml,
then I create my entity class like said in readMe
And when I deploy with the symfony command, my 'details' table contains only Id.
-- results
Why My entity doesn't inherit of the MasterMappedClass ? That very strange because when I unset the em=provider in my command, the table was generated correctly. Do I do a bad something ?
Cheers