neither the property school nor one of the methods school(), getschool()/… exist and have public access in class SymfonyComponentFormFormView
I am getting the following error:
neither the property school nor one of the methods school(), getschool()/… exist and have public access in class SymfonyComponentFormFormView
I am getting the following error:
Setting 2 alternatives paths in Symphony/Twig Twig.yaml
I’m having problems with this =>
SQLSTATE[22P02] i have this error in a symfony project
when i try to send data from my form to my controller, I have this error :
twig throws error if I access function name which starts from `isXXXX`
I have this function:
format_datetime filter is not displaying date in French
I am trying to display a date in French using Twig filter format_datetime. For instance, this code:
'2024-05-05 23:39:12'|format_datetime(locale='fr',pattern="EEEE dd MMMM YYYY")
should display Dimanche 05 Mai 2024 but its displaying Sunday 05 May 2024 instead.
My setup :