I had a work for my school where I had to code with symfony I did my thing and posted it on my git
https://github.com/Maltiize/exosymfony
But after doing a clone on my laptop but I noticed that git didn't take in account some of the files in /vendor so i removed the vendor folder and did a
composer install
to reset everything
But right now Im stuck with this error.
[Symfony\Component\Debug\Exception\ContextErrorException] Warning: DOMElement::setAttribute(): string is not in UTF-8
Searched every where didn't find anything
Thanks for your help
php app/console cache:clear -vvv
and read the logs if you find something weird ? – Jérômerm -rf vendor/
and re-install all project dependencies withcomposer install
then everything are working well – Jérôme