symfony: Exception after 3.2 upgrade
Hi,
It seems there is a problem with form serialization in 3.2.
Exception in FormDataCollector.php line 274: Serialization of 'Closure' is not allowed
Disabling the profiler or downgrading to "symfony/form": "3.1.*"
“fixes” the problem.
https://gist.github.com/Padam87/dfbfd4a63064b0ac45068ad06bcc4876
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 32 (26 by maintainers)
Commits related to this issue
- Possible fix for #20698 — committed to Padam87/symfony by Padam87 8 years ago
- Failing test for data collector bug #20698 , #20762 — committed to Padam87/symfony by Padam87 8 years ago
- bug #20762 [Form] Fix FormDataCollector (nicolas-grekas, Padam87) This PR was merged into the 3.2 branch. Discussion ---------- [Form] Fix FormDataCollector | Q | A | ------------- | -... — committed to symfony/symfony by fabpot 8 years ago
Could you please try #20762? Does it fix the issue?
Thanks for the reproducers, I’m now able to debug that issue. I’m going to check asap.