[sf4] ClosingMotivePickerType est cassé
Le composant de formulaire est cassé.
http://localhost:8001/fr/person/64/accompanying-period/close
donne une page blanche. En ajoutant dans index.php les lignes
error_reporting(E_ALL | E_STRICT);
ini_set('display_startup_errors',1);
ini_set('display_errors',1);
on peut voir l'erreur suivante :
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /var/www/app/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php on line 288
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
on l'a aussi avec la commande $ php bin/console debug:form ClosingMotivePickerType
si je commente la ligne https://framagit.org/Chill-project/Chill-Person/-/blob/sf4/Form/AccompanyingPeriodType.php#L74 (désactive le composant) la page s'affiche