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

Most upvoted comments

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.