Closed byhaskell closed 5 years ago
I can also replicate the issue. Downgrading sonata-project/core-bundle (3.16.0 => 3.15.1) temporarily resolves the issue.
I am also seeing this issue on brand new symfony 4 and sonata installation when saving entities using 3.16
Same problem for me after an upgarde. Downgrading sonata-project/core-bundle (3.16.0 => 3.15.1) resolves the issue. When validating an edit Form:
https://github.com/sonata-project/SonataCoreBundle/pull/667 this is probably the issue, maybe revert it if no one can take a look and fix it, cc @greg0ire
I'm not sure but I think there should be a simple fix to this, please test #674, everyone.
Environment
Sonata packages
Symfony packages
PHP version
Subject
Updated to 3-dev, then an error occurred while saving the entity "Unable to load the "Sonata\CoreBundle\Twig\Extension\StatusRuntime" runtime."
Steps to reproduce
Upgrade to sonata-project/admin-bundle (3.x-dev). Then try to save any entity.
Expected results
Successful entity preservation.
Actual results
Unable to load the "Sonata\CoreBundle\Twig\Extension\StatusRuntime" runtime.