jonaswouters / XhprofBundle

XHProf bundle for Symfony 2
210 stars 49 forks source link

No data is saved #26

Closed tobiassjosten closed 11 years ago

tobiassjosten commented 11 years ago

I have set this bundle up with a separate entity manager and everything seems to be working. When loading a page I can see in the MySQL log that a transaction is started, an insert query is issued and the transaction is committed. But nothing is being saved.

There's a lot of binary data being inserted, which makes it really hard to copy and retry the query in order to see its potential error message. I am at loss at how to debug this. Any ideas please?

jonaswouters commented 11 years ago

Did you find the problem? I'll try to reproduce this during the holidays.

tobiassjosten commented 11 years ago

Just to summarize here, what I already said on Twitter. I removed the use of XHGui and then everything worked like a charm. Maybe it was some incompatibility with that library, or it was something wrong with how I had configured my two entity managers, but it works now and I' afraid I won't be able to prioritize looking into this anymore in the near future.

So let's close?

jonaswouters commented 11 years ago

yes thanks for the feedback. I'll keep an eye on it though.